diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-22 23:56:14 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-22 23:56:14 +0100 |
commit | 11c729472634682fbcaa40caa5c510d490acfa4a (patch) | |
tree | cde65abb21e21b3b46c97decc0c79cf257ecdc7d /assets/css/home.css | |
parent | 1a02e1eea3a05814ec4d21fd1e3ebb1a11dc7bbb (diff) | |
download | wcms-11c729472634682fbcaa40caa5c510d490acfa4a.tar.gz wcms-11c729472634682fbcaa40caa5c510d490acfa4a.zip |
media get symbols and css fix
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 4477de9..3005b2a 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -503,6 +503,11 @@ footer { } +.nowrap { + white-space: nowrap; +} + + @media (max-width: 600px) { |