Remove unused old class
This commit is contained in:
parent
715f95d209
commit
2231274b07
4 changed files with 4 additions and 7 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -151,6 +151,7 @@ production stylesheet in assets/built/screen.css
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-header-content p {
|
.site-header-content p {
|
||||||
|
z-index: 10;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
|
@ -513,10 +514,6 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-template .gh-head.has-cover {
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.home-template.gh-head-open .gh-head {
|
.home-template.gh-head-open .gh-head {
|
||||||
background: var(--ghost-accent-color);
|
background: var(--ghost-accent-color);
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<body class="{{body_class}}">
|
<body class="{{body_class}}">
|
||||||
<div class="viewport">
|
<div class="viewport">
|
||||||
|
|
||||||
<header id="gh-head" class="gh-head {{#if @site.cover_image}}has-cover{{/if}}">
|
<header id="gh-head" class="gh-head">
|
||||||
<nav class="gh-head-inner inner gh-container">
|
<nav class="gh-head-inner inner gh-container">
|
||||||
|
|
||||||
<div class="gh-head-brand">
|
<div class="gh-head-brand">
|
||||||
|
|
Loading…
Reference in a new issue