diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 14:01:10 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 14:01:10 +0200 |
commit | 34e060e14c791b7b22cf9517be7ab2383ce74644 (patch) | |
tree | 8ed85405ed3b4b847754ffb0bb686a03b3d23cef /assets/css/home.css | |
parent | fb4495924c35f33ea2f0d5c27c2f9b730b6558f2 (diff) | |
download | wcms-34e060e14c791b7b22cf9517be7ab2383ce74644.tar.gz wcms-34e060e14c791b7b22cf9517be7ab2383ce74644.zip |
CSS mobile clean-up
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 6 |
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%; + } + } |