summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-03 22:04:12 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-03 22:04:12 +0100
commitcdff8a8483ec50ac4277079ed31b9b653b1d96de (patch)
tree6cc9cf4ad1ced42a33a0accba461f2b2acc70960 /commun.css
parentd55d735f430067642fd559b29cbcdf871c01e710 (diff)
downloadquatuorbellefeuille.com-cdff8a8483ec50ac4277079ed31b9b653b1d96de.tar.xz
Add logo
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;