diff options
| author | V.Krishn <vkrishn4@gmail.com> | 2014-12-11 05:43:53 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-12 09:42:30 +0100 |
| commit | 2c57f6c228cb2fa8fd348cad1c0efb4e9f0eb79b (patch) | |
| tree | fbbc4f3c9afaee2052598e460ba59051be6bce61 /_static/styles.css | |
| parent | 93ca029186aef3e224da631783fbe54ab0a36812 (diff) | |
| download | alpine-mksite-2c57f6c228cb2fa8fd348cad1c0efb4e9f0eb79b.tar.bz2 alpine-mksite-2c57f6c228cb2fa8fd348cad1c0efb4e9f0eb79b.tar.xz | |
minor improvement in layout for mobile devices.
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; + } +} + |
