diff --git a/lektor/lektordata/project/assets/static/style.css b/lektor/lektordata/project/assets/static/style.css index 702d2d2..0d6fd12 100644 --- a/lektor/lektordata/project/assets/static/style.css +++ b/lektor/lektordata/project/assets/static/style.css @@ -1,10 +1,13 @@ body { font-size: 1vw; - font-family: 'Verdana', sans-serif; + font-family: 'Helvetica Neue', 'Arial', sans-serif; margin: 50px 25px; color: #5d5d5d; } +.navbar-nav { + padding-top: 10px; +} .navbar-nav .active a{ color: #7f5e3c; } @@ -33,14 +36,20 @@ header, footer, div.page { } header, footer { - font-size: 0.75vw; color: #b0b0b0; } +header { + font-size: 1vw; +} +footer { + font-size: 0.75vw; +} + header h1 { color: #b0b0b0; margin: 0; - font-weight: normal; + font-weight: bold; font-size: 42px; } @@ -60,15 +69,14 @@ div.page { background: #fafafa; } -header, footer { - font-size: 0.75vw; -} - @media (max-width: 768px){ body { font-size: 4vw; } - header, footer { + header { + font-size: 3vw; + } + footer { font-size: 2vw; } } @@ -77,7 +85,10 @@ header, footer { body { font-size: 2.5vw; } - header, footer { + header { + font-size: 2vw; + } + footer { font-size: 1.75vw; } }