refining padding for container
This commit is contained in:
parent
cb8d52ecc6
commit
1b9b0d899c
|
|
@ -1,8 +1,8 @@
|
||||||
.publications-grid {
|
.publications-grid {
|
||||||
@apply max-w-screen-xl mx-auto py-12 mb-12;
|
@apply max-w-screen-xl mx-auto pt-12 mb-12;
|
||||||
|
|
||||||
&__row {
|
&__row {
|
||||||
@apply grid grid-cols-11 gap-8;
|
@apply grid lg:grid-cols-11 gap-8;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
&__row + &__row {
|
&__row + &__row {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user