From 044c326394eb469a788221073c4fae1ee99ffb13 Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 22 Dec 2016 21:39:01 +0200 Subject: [PATCH] Mobile improvements --- _includes/index.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/_includes/index.css b/_includes/index.css index 96c48bb..a3461bb 100644 --- a/_includes/index.css +++ b/_includes/index.css @@ -180,6 +180,25 @@ a:focus { font-size: 96%; } } +@media (max-width: 600px) { + #navigation { + height: auto; + width: 100%; + } + #navigation span{ + display: table-cell; + } + #navigation a { + display: inline-block; + } + .main-container:first-child { + padding-top: 8.000em; + } + .main-container { + padding-left: 4%; + padding-right: 4%; + } +} @media (min-width: 700px) { html { font-size: 98%;