Tweak
This commit is contained in:
parent
5c1e614197
commit
3ac47d115b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -186,8 +186,6 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Layout Variants
|
/* Layout Variants
|
||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
|
|
||||||
|
@ -211,8 +209,6 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Mobile Menu
|
/* Mobile Menu
|
||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
/* IDs needed to ensure sufficient specificity */
|
/* IDs needed to ensure sufficient specificity */
|
||||||
|
@ -296,6 +292,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
#gh-head .gh-head-menu {
|
#gh-head .gh-head-menu {
|
||||||
font-size: 6vmin;
|
font-size: 6vmin;
|
||||||
|
|
|
@ -144,6 +144,10 @@ html,
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-excerpt {
|
||||||
|
margin: 1rem 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-feature-image {
|
.gh-feature-image {
|
||||||
grid-column: wide-start / wide-end;
|
grid-column: wide-start / wide-end;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue