Selaa lähdekoodia

Fix padding css

Fix small problem with padding on  #tarteaucitronAlertBig because the text was larger than the device size (on phone)
NielsTRS 5 vuotta sitten
vanhempi
commit
770195a3a7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      css/tarteaucitron.css

+ 1 - 1
css/tarteaucitron.css

@@ -492,7 +492,7 @@ div#tarteaucitronServices {
     box-sizing: content-box;
     z-index: 2147483645;
     text-align: center;
-    padding: 10px;
+    padding: 10px 0 10px 0;
     margin: auto;
     width: 100%;
 }