summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/commun.css b/commun.css
index 85da7c8..a405e5d 100644
--- a/commun.css
+++ b/commun.css
@@ -7,14 +7,17 @@ body {
}
header.banner {
- grid-column: 1;
- display: flex;
+ grid-column: 1 / -1;
+ display: grid;
+ grid-template-columns: 3fr 8fr 1fr;
align-items: center;
}
header.banner .brand {
+ grid-column: 1;
display: flex;
align-items: center;
+ justify-self: center;
}
header.banner .brand img {
@@ -41,7 +44,7 @@ header.banner .brand:hover h1 {
}
nav {
- flex: 1;
+ grid-column: 2;
}
nav ol {
@@ -58,7 +61,7 @@ nav ol li {
}
.lang {
- grid-column: 2;
+ grid-column: 3;
background-color: black;
border-radius: 50% 50% 50% 0;
color: white;