This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
caldwell-59/assets/css/image/site.css
2024-10-27 14:18:09 +00:00

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%;
}