summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
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;
+}