fix: add newsletter box
This commit is contained in:
@@ -201,6 +201,8 @@ table {
|
||||
--color-push-box-bg: #ebeef4;
|
||||
--color-card-dark-bg: #ebeef4;
|
||||
--color-button-primary: #951d51;
|
||||
--color-purple: #951d51;
|
||||
--color-purple-dark: #7a1842;
|
||||
|
||||
/* Layout */
|
||||
--site-header-height: 210px;
|
||||
@@ -424,11 +426,15 @@ site-content {
|
||||
|
||||
/* Category Grid */
|
||||
.category-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: stretch;
|
||||
gap: var(--spacing-md, 1rem); /* 16px */
|
||||
padding-bottom: var(--spacing-md, 1rem);
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.category-grid > * {
|
||||
flex: 0 0 calc(50% - var(--spacing-md, 1rem) / 2);
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user