Rename header-inner
This commit is contained in:
parent
251cd6df4d
commit
ea31316fd8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-head .gh-container {
|
.gh-head-inner {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-gap: 40px;
|
grid-gap: 40px;
|
||||||
grid-template-columns: 1fr auto 1fr;
|
grid-template-columns: 1fr auto 1fr;
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<div class="gh-viewport">
|
<div class="gh-viewport">
|
||||||
|
|
||||||
<header id="gh-head" class="gh-head">
|
<header id="gh-head" class="gh-head">
|
||||||
<nav class="gh-container">
|
<nav class="gh-head-inner gh-container">
|
||||||
|
|
||||||
<div class="gh-head-brand">
|
<div class="gh-head-brand">
|
||||||
<a class="gh-head-logo" href="{{@site.url}}">
|
<a class="gh-head-logo" href="{{@site.url}}">
|
||||||
|
|
Loading…
Reference in New Issue