fix some font sizes

This commit is contained in:
William Zhang 2017-07-07 23:09:59 -04:00
parent 4e2f49f864
commit 66ea1bf89e
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ header {
#banner h1 { #banner h1 {
display: table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
font-size: 200%; font-size: 3em;
font-weight: bold; font-weight: bold;
} }

View File

@ -35,6 +35,7 @@
left: 48px; left: 48px;
width: calc(100% - 48px); width: calc(100% - 48px);
height: 100%; height: 100%;
font-size: 200%;
overflow: hidden; overflow: hidden;
} }
#menu>a { #menu>a {