about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-06-06 22:23:13 +0530
committerAndinus <andinus@nand.sh>2020-06-06 22:36:35 +0530
commit328582b10183c95483b25774b64f670a11517ba8 (patch)
tree9777c2086c127fb6d057d8f0aa5d5b55a602c680
parent182421f56f1eb1711b831dd5f4fd27db2aa18782 (diff)
downloadsite-328582b10183c95483b25774b64f670a11517ba8.tar.gz
Change line-height, margin & padding of #navigation
-rw-r--r--tilde.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/tilde.css b/tilde.css
index 8a6f9d8..8745bf7 100644
--- a/tilde.css
+++ b/tilde.css
@@ -25,13 +25,13 @@ pre {
 }
 
 #navigation {
-    line-height: 2.8em;
+    line-height: 2.4em;
     text-align: center;
 }
 
 #navigation a {
-    padding: 0.5em;
-    margin: 0.1em;
+    padding: 0.36em;
+    margin: -0.05em;
     text-decoration: none;
     background-color: #0B3861;
 }