June 2026 Production theme

This commit is contained in:
2026-06-13 21:33:23 -05:00
commit 2463a228e9
112 changed files with 12813 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
.featured-wrapper {
margin-top: 60px;
}
.featured-wrapper .u-placeholder {
margin-bottom: 24px;
}
.featured-wrapper .post-title {
margin-bottom: 0;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.3;
letter-spacing: -0.01em;
word-break: break-word;
}
.has-serif-title:not([class*=" gh-font-heading"]):not([class^="gh-font-heading"]) .featured-wrapper .post-title {
font-family: var(--gh-font-heading, var(--font-serif));
}
.featured-title {
padding-bottom: 1rem;
margin-bottom: 4.5rem;
font-size: 1.5rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.01em;
border-bottom: 1px solid var(--light-gray-color);
}