summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/commun.css b/commun.css
index ac84289..6f83f21 100644
--- a/commun.css
+++ b/commun.css
@@ -1,11 +1,16 @@
header {
display: flex;
- width: 100%;
+ align-items: center;
}
-header img {
+header .brand {
+ display: flex;
+ align-items: center;
+ max-width: 40%;
+}
+
+.brand img {
height: 3em;
- margin: auto;
}
nav {
@@ -14,6 +19,7 @@ nav {
nav ol {
display: flex;
+ flex-wrap: wrap;
padding-left: 0;
text-align: center;
list-style-type: none;