19 lines
211 B
CSS
19 lines
211 B
CSS
.gh-site {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.gh-site-content {
|
|
flex-grow: 1;
|
|
padding: 48px 0 96px;
|
|
}
|
|
|
|
.gh-main {
|
|
padding-top: 0 !important;
|
|
}
|
|
|
|
.gh-feed {
|
|
width: 100%;
|
|
}
|