Private
Public Access
1
0

first cut at nav bar

This commit is contained in:
Sander Roosendaal
2018-09-18 19:14:43 +02:00
parent 6a00da75fe
commit 4e090781fd
6 changed files with 55 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
* {box-sizing: border-box;}
.wrapper {
max-width: 1024px;
max-width: 1400px;
margin: 0 auto;
font: 1.2em Helvetica, arial, sans-serif;
}