]> _ Git - pmi.git/commitdiff
wip #2745 @0.20
authornael <nael@cubedesigners.com>
Fri, 31 May 2019 12:20:13 +0000 (14:20 +0200)
committernael <nael@cubedesigners.com>
Fri, 31 May 2019 12:20:13 +0000 (14:20 +0200)
public/_modules/cookies-banner/style.css
public/_modules/cookies-banner/style.styl

index d23358abd3faa3c78c067500fdfadbf894822d7a..f082a60942f074ee91f06c0eac8d6c912dbff04c 100644 (file)
   position: fixed;
   bottom: 0;
 }
+@media (max-width: 1105px) {
+  #cookie-banner {
+    padding: 20px 20px;
+  }
+}
+@media (max-width: 470px) {
+  #cookie-banner {
+    padding: 70px 20px;
+  }
+}
 #cookie-banner p:not(:last-child) {
   margin-bottom: 0;
 }
index a67832f0c7de920297e71dedd6032a8b13407089..a689d55a1080b43208e662c6fe7ca6a33e91641e 100644 (file)
@@ -15,6 +15,10 @@ $dark = #6B7287
   background-color: rgba(21, 47, 78, 0.8)
   position: fixed
   bottom: 0
+  @media (max-width : 1105px)
+    padding: 20px 20px
+  @media (max-width : 470px)
+    padding: 70px 20px
   p:not(:last-child) {
     margin-bottom: 0;
   }