summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-11-24 11:27:33 +0100
committerThomas Letan <lthms@soap.coffee>2020-11-24 11:27:33 +0100
commite41a3488d420dcc1f488819c4345ba0059aa4023 (patch)
tree9aa0b59cddcdc4cc1eb32d58ae6b277b75f5aad8 /site
parentReword the titles of the “Strongly-Specified Functions”’s articles (diff)
Rework header to make it more mobile friendly
Diffstat (limited to 'site')
-rw-r--r--site/cleopatra/theme.org19
1 files changed, 5 insertions, 14 deletions
diff --git a/site/cleopatra/theme.org b/site/cleopatra/theme.org
index a88b63b..c6492d5 100644
--- a/site/cleopatra/theme.org
+++ b/site/cleopatra/theme.org
@@ -73,12 +73,10 @@ noscript.parentNode.removeChild(noscript);
#+BEGIN_SRC html :noweb no-export
<body>
<header>
- <ul>
- <li> <a href="/">Technical Articles</a></li>
- <li> <a href="/opinions">Opinions</a></li>
- <li> <a href="/news">News</a></li>
- <li> <a href="/projects">Projects</a></li>
- </ul>
+ <a href="/">Technical Articles</a> /
+ <a href="/opinions">Opinions</a> /
+ <a href="/news">News</a> /
+ <a href="/projects">Projects</a>
</header>
<main>
<!-- page content will be inserted here -->
@@ -170,17 +168,10 @@ main h5,
main h6
font-weight : 400
-header ul,
+header a,
footer p
font-size : 90%
-header ul
- padding : 0
- margin : 0
- list-style-type : none
- display : flex
- gap : 1rem
-
main
padding-top : 2rem
padding-bottom : 2rem