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
+20
View File
@@ -0,0 +1,20 @@
.site {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.site-content {
flex-grow: 1;
padding: 6rem 0;
}
.page-template .site-content {
padding-block: 0;
}
@media (max-width: 767px) {
.site-content {
padding: 3rem 0;
}
}