June 2026 Production theme
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
.cover {
|
||||
margin-top: 48px;
|
||||
}
|
||||
|
||||
.cover-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
max-width: 520px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cover-icon {
|
||||
position: relative;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.cover-icon-image {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.cover-description {
|
||||
font-size: 1.7rem;
|
||||
}
|
||||
|
||||
.cover-cta {
|
||||
display: flex;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.cover-cta .button {
|
||||
margin: 0 0.5rem;
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
.gh-head-logo {
|
||||
font-size: 2.2rem;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.gh-head-menu,
|
||||
.gh-head-actions {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user