This website works better with JavaScript.
Home
Explore
Help
Sign In
wacked
/
minimal-no-third-party
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
navbar as 3 evenly sized flexs
master
wacked
5 years ago
parent
913d5f7bd1
commit
cc3d33ec5e
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 */
Write
Preview
Loading…
Cancel
Save