Browse Source

navbar as 3 evenly sized flexs

master
wacked 5 years ago
parent
commit
cc3d33ec5e
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      static/css/main.css

+ 8
- 0
static/css/main.css View File

@@ -116,6 +116,14 @@ a:hover {

nav{
flex: 1 0 auto;
display: flex;
}

nav div {
flex: 1 0 33%;
}
nav a {
flex: 1 0 33%;
}

/* Colored borders at top/bottom of page */

Loading…
Cancel
Save