]> git.0d.be Git - panikweb-studioneau.git/commitdiff
reduce carrousel top "padding" on mobile
authorFrédéric Péters <fpeters@0d.be>
Wed, 23 Feb 2022 20:59:51 +0000 (21:59 +0100)
committerFrédéric Péters <fpeters@0d.be>
Wed, 23 Feb 2022 21:00:57 +0000 (22:00 +0100)
(hiding the div that was dedicated to tags)

panikweb_studioneau/static/css/style.scss

index f54708b9c8538c895235dce7d7420528faa8ca63..baf27c10ea78136db65fa9fc23ee6c4a3420bf85 100644 (file)
@@ -283,6 +283,11 @@ p {
                        padding: 10px 20px;
                        background: white;
                        height: 100px;
                        padding: 10px 20px;
                        background: white;
                        height: 100px;
+                       @media screen and (max-width: 600px) {
+                               .tags-will-be-here {
+                                       display: none;
+                               }
+                       }
                        .title {
                                display: block;
                                width: 100%;
                        .title {
                                display: block;
                                width: 100%;