diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-09-02 16:19:13 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-09-02 16:19:13 +0200 |
commit | cbecc0dfc819febf4c2b36791d5a2a7e69d842af (patch) | |
tree | c181eb875cef9ca6a48f0b807905d7a2c15bee98 /public/css/stylebase.css | |
parent | e9b2ca7c06875069fa03379258625490872cc33d (diff) | |
download | wcms-cbecc0dfc819febf4c2b36791d5a2a7e69d842af.tar.gz wcms-cbecc0dfc819febf4c2b36791d5a2a7e69d842af.zip |
2.5 mobile update + minor upgrades and fixes
Diffstat (limited to 'public/css/stylebase.css')
-rw-r--r-- | public/css/stylebase.css | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/public/css/stylebase.css b/public/css/stylebase.css index 5621363..581994d 100644 --- a/public/css/stylebase.css +++ b/public/css/stylebase.css @@ -11,10 +11,6 @@ body { } -section { -} - - @@ -30,8 +26,6 @@ nav { right: 0; z-index: 10; background-color: var(--color1); - /* width: calc(10% - 20px); */ - width: 10%; border: ridge 1px grey; } @@ -56,3 +50,17 @@ nav #loginpass { } +@media (max-width: 600px) { + body { + font-size: 1.3em; + } + + input, textarea, select, button { + font-size: 0.8em; + } + + nav { + display: none; + } + +}
\ No newline at end of file |