Fix padding css
Fix small problem with padding on #tarteaucitronAlertBig because the text was larger than the device size (on phone)
This commit is contained in:
parent
ebe44e2972
commit
770195a3a7
|
|
@ -492,7 +492,7 @@ div#tarteaucitronServices {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
z-index: 2147483645;
|
z-index: 2147483645;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px;
|
padding: 10px 0 10px 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue