fixed styling

This commit is contained in:
Miodec 2022-07-22 11:25:16 +02:00
parent 7444393a40
commit 0f551b0eb9

View file

@ -479,14 +479,14 @@
place-self: center;
grid-area: check;
}
&.ads {
grid-template-columns: 1fr;
grid-template-areas:
"title"
"description";
a {
margin-top: 0.25rem;
}
}
.cookie.ads label {
grid-template-columns: 1fr;
grid-template-areas:
"title"
"description";
a {
margin-top: 0.25rem;
}
}
}