css: improve header
authorJulien Moutinho <julm@sourcephile.fr>
Sun, 5 Mar 2023 21:20:24 +0000 (22:20 +0100)
committerJulien Moutinho <julm@sourcephile.fr>
Sun, 5 Mar 2023 21:20:24 +0000 (22:20 +0100)
index.css

index 58129e3c59b20d2a74b68c917d9eb48f2d2deb20..30a481b4973e9745fc189191ea994754da594396 100644 (file)
--- a/index.css
+++ b/index.css
@@ -2,6 +2,9 @@ html {
   text-rendering: optimizeLegibility;
   font-kerning: normal;
 }
+body {
+  background-color: #eee;
+}
 
 nav.path {
   position: fixed;
@@ -12,11 +15,14 @@ nav.path {
   background-color: white;
   border-bottom: 1px solid black;
   padding-bottom:0.5ex;
+  padding-left: 1em;
+  padding-right: 1em;
+  font-size: 1.2rem;
 }
 
 .camera {
   clear:right;
-  padding-top:2ex;
+  padding-top:2rem;
 }
 .camera > ul {
   display: grid;