diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 14:43:43 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-10-21 14:43:43 +0200 |
commit | 61c4ebe782cd742f84f16af9966d3ed91bd6cec6 (patch) | |
tree | 2cbe6db9494472fc432fa72d45eb115156608a69 /assets/css/home.css | |
parent | 34e060e14c791b7b22cf9517be7ab2383ce74644 (diff) | |
download | wcms-61c4ebe782cd742f84f16af9966d3ed91bd6cec6.tar.gz wcms-61c4ebe782cd742f84f16af9966d3ed91bd6cec6.zip |
css fix : ajust icon size in mobile view
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index fa846e1..0e5e4a1 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -520,6 +520,10 @@ footer { max-width: 100%; } + img.icon { + height: 23px; + } + } |