diff options
Diffstat (limited to '_static/styles.css')
| -rw-r--r-- | _static/styles.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/_static/styles.css b/_static/styles.css index 1a7c4ae..7606a49 100644 --- a/_static/styles.css +++ b/_static/styles.css @@ -104,7 +104,6 @@ nav { nav a { padding: 2.5em 1em 3em 1em; margin: 0; - color: #111; text-decoration: none; font-weight: bold; @@ -231,3 +230,17 @@ footer { width: 100%; height: 1.1em; } + +@media all and (max-width: 400px) { + .alpine-logo { + font-size: 325%; + } + nav a { + padding: .3em; + line-height: 200%; + } + footer { + height: auto; + } +} + |
