summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commun.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/commun.css b/commun.css
index 8d0e6dc..d26ac63 100644
--- a/commun.css
+++ b/commun.css
@@ -53,20 +53,18 @@ nav {
padding-right: 2vw;
}
-nav ol {
+nav > ol {
display: flex;
- align-items: stretch;
+ align-items: center;
+ align-content: stretch;
flex-wrap: wrap;
padding-left: 0;
text-align: center;
list-style-type: none;
}
-nav ol li {
+nav > ol > li {
flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
padding: 0.5em 0.1em;
}