summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/commun.css b/commun.css
index 663b461..ac84289 100644
--- a/commun.css
+++ b/commun.css
@@ -1,3 +1,17 @@
+header {
+ display: flex;
+ width: 100%;
+}
+
+header img {
+ height: 3em;
+ margin: auto;
+}
+
+nav {
+ flex: 1;
+}
+
nav ol {
display: flex;
padding-left: 0;