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 | |
parent | fb4495924c35f33ea2f0d5c27c2f9b730b6558f2 (diff) | |
download | wcms-34e060e14c791b7b22cf9517be7ab2383ce74644.tar.gz wcms-34e060e14c791b7b22cf9517be7ab2383ce74644.zip |
CSS mobile clean-up
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/edit.css | 3 | ||||
-rw-r--r-- | assets/css/home.css | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index bc2ffb2..6407876 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -98,6 +98,7 @@ body { display: flex; height: calc(100% - 50px); position: relative; + width: 100%; } /* clip the tabs names */ @@ -376,7 +377,7 @@ div#thumbnail img { @media (max-width: 600px) { - .bar { + .bar, .hidephone { display: none; } 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%; + } + } |