Przeglądaj źródła

Fix padding css

Fix small problem with padding on  #tarteaucitronAlertBig because the text was larger than the device size (on phone)
NielsTRS 5 lat temu
rodzic
commit
770195a3a7
1 zmienionych plików z 1 dodań i 1 usunięć
  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%;
 }