Merge pull request #2099 from orangecoloured/fix/grid-borders

Fix grid borders for narrow view
This commit is contained in:
Mike Cao
2023-07-10 11:08:12 -07:00
committed by GitHub

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;
}