adding page grid component + stylersheet

This commit is contained in:
Calvin Jhunjhuwala
2025-11-03 10:42:35 -08:00
parent a956d5ae78
commit 9d3d11800a
9 changed files with 1951 additions and 1523 deletions

View File

@@ -1,5 +1,5 @@
// Variables
$grid-gap: 40px;
$grid-gap: 8px;
$grid-gap-lg: 80px;
// General stuff ---------------------------------------------------------------
@@ -197,7 +197,6 @@ section {
}
// New Page Layouts ---------------------------------------------------------------
.container-new {
display: flex;
flex-wrap: wrap;