summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 20:55:47 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 21:01:59 +0200
commit6c33a8bae702bcee5e6a1d04b928984bd5a46d90 (patch)
tree156bbd9f12f71e51f795e2c8d489181d0fa4645b /style/style.css
parentcaf487ec260f4e8046f7d2808f942a966aef2a31 (diff)
downloadmutti-web-6c33a8bae702bcee5e6a1d04b928984bd5a46d90.tar.gz
mutti-web-6c33a8bae702bcee5e6a1d04b928984bd5a46d90.tar.bz2
mutti-web-6c33a8bae702bcee5e6a1d04b928984bd5a46d90.zip
Do not use dislay flex for mobile, to not confuse google pagespeed
which thinks our links overlap.
Diffstat (limited to 'style/style.css')
-rw-r--r--style/style.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/style/style.css b/style/style.css
index 74b075d..8b5e9d6 100644
--- a/style/style.css
+++ b/style/style.css
@@ -302,6 +302,9 @@ footer p a {
}
@media (max-width: 63em) {
+ body, main {
+ display: block;
+ }
body {
/* For google pagespeed */
line-height: 1.4;
@@ -326,10 +329,6 @@ footer p a {
height: 3em;
float: left;
}
- main {
- flex-direction: column;
- }
-
aside {
padding-left: 0;
}