summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
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;
}