aboutsummaryrefslogtreecommitdiff
path: root/assets/css/home.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-10-21 14:01:10 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-10-21 14:01:10 +0200
commit34e060e14c791b7b22cf9517be7ab2383ce74644 (patch)
tree8ed85405ed3b4b847754ffb0bb686a03b3d23cef /assets/css/home.css
parentfb4495924c35f33ea2f0d5c27c2f9b730b6558f2 (diff)
downloadwcms-34e060e14c791b7b22cf9517be7ab2383ce74644.tar.gz
wcms-34e060e14c791b7b22cf9517be7ab2383ce74644.zip
CSS mobile clean-up
Diffstat (limited to 'assets/css/home.css')
-rw-r--r--assets/css/home.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 1a4fa1d..fa846e1 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -512,10 +512,14 @@ footer {
margin-top: 1%;
}
- main.home div#options {
+ main.home nav {
display: none;
}
+ section.pages {
+ max-width: 100%;
+ }
+
}