Remove unused old class

This commit is contained in:
John O'Nolan
2021-03-08 11:25:46 -05:00
parent 715f95d209
commit 2231274b07
4 changed files with 4 additions and 7 deletions

View File

@ -151,6 +151,7 @@ production stylesheet in assets/built/screen.css
}
.site-header-content p {
z-index: 10;
max-width: 600px;
margin: 0 auto;
line-height: 1.2em;
@ -513,10 +514,6 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
z-index: 2000;
}
.home-template .gh-head.has-cover {
background: transparent;
}
.home-template.gh-head-open .gh-head {
background: var(--ghost-accent-color);
}