fix grid borders for narrow view

This commit is contained in:
Alexander Petcoglo 2023-07-04 12:41:09 +03:00
parent 71bb012cab
commit 0a3e6bf530

View File

@ -29,6 +29,7 @@
.row > .col {
border-top: 1px solid var(--base300);
border-inline-start: 0;
border-inline-end: 0;
padding: 20px 0;
}