summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-03 21:54:16 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-03 21:54:16 +0100
commitd55d735f430067642fd559b29cbcdf871c01e710 (patch)
tree2f60fa1e5dafaa9256c17b3f8102152703b99c94 /commun.css
parent8e6d5c3f2e7f289e12f8f7735abe2f4f92b4e372 (diff)
downloadquatuorbellefeuille.com-d55d735f430067642fd559b29cbcdf871c01e710.tar.xz
Fix photo div width, body min-height
Also add footer
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/commun.css b/commun.css
index 1a6b751..663b461 100644
--- a/commun.css
+++ b/commun.css
@@ -1,14 +1,14 @@
-body {
- background: #eee;
- padding-left: 10%;
- padding-right: 10%;
-}
-
nav ol {
display: flex;
+ padding-left: 0;
+ text-align: center;
list-style-type: none;
}
nav ol li {
flex: 1;
}
+
+footer {
+ margin: auto;
+}