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

pull/499/head
Alexander Klein 2021-02-21 13:20:19 +01:00
parent 7eb0ca8034
commit 20932a4a11
1 changed files with 1 additions and 1 deletions

View File

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