sourcephile
/
git
/
julm
/
camera.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
878cd10
)
css: improve header
author
Julien Moutinho
<julm@sourcephile.fr>
Sun, 5 Mar 2023 21:20:24 +0000
(22:20 +0100)
committer
Julien Moutinho
<julm@sourcephile.fr>
Sun, 5 Mar 2023 21:20:24 +0000
(22:20 +0100)
index.css
patch
|
blob
|
history
diff --git
a/index.css
b/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:2
ex
;
+ padding-top:2
rem
;
}
.camera > ul {
display: grid;