Improve the mobile cookies policy modal with a margin

This commit is contained in:
Luis Ramos
2020-04-28 18:41:01 +01:00
parent 3a512478d6
commit e239bb33f8

View File

@@ -4,6 +4,10 @@
background: $cookies-policy-modal-background-color;
border-bottom-color: $cookies-policy-modal-border-bottom-color;
@media only screen and (max-width: 640px) {
padding: 15px 15px 0 15px;
}
table {
width: 100%;