style(grid): grid row x-padding for smaller screens

This commit is contained in:
Alexander Klein 2021-02-21 13:20:19 +01:00
parent 7eb0ca8034
commit 20932a4a11

View File

@ -35,6 +35,6 @@
.row > .col {
border-top: 1px solid var(--gray300);
border-left: 0;
padding: 0;
padding: 20px 0;
}
}