This commit is contained in:
John O'Nolan 2019-11-17 18:27:42 +07:00
parent 5c1e614197
commit 3ac47d115b
4 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -186,8 +186,6 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
}
/* Layout Variants
/* ---------------------------------------------------------- */
@ -211,8 +209,6 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
}
/* Mobile Menu
/* ---------------------------------------------------------- */
/* IDs needed to ensure sufficient specificity */
@ -296,6 +292,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
display: flex;
}
}
@media (max-width: 600px) {
#gh-head .gh-head-menu {
font-size: 6vmin;

View File

@ -144,6 +144,10 @@ html,
opacity: 0.8;
}
.gh-excerpt {
margin: 1rem 0 0 0;
}
.gh-feature-image {
grid-column: wide-start / wide-end;
width: 100%;