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;
|
||||
}
|
||||
|
||||
.gh-head .gh-container {
|
||||
.gh-head-inner {
|
||||
display: grid;
|
||||
grid-gap: 40px;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<div class="gh-viewport">
|
||||
|
||||
<header id="gh-head" class="gh-head">
|
||||
<nav class="gh-container">
|
||||
<nav class="gh-head-inner gh-container">
|
||||
|
||||
<div class="gh-head-brand">
|
||||
<a class="gh-head-logo" href="{{@site.url}}">
|
||||
|
|
Loading…
Reference in New Issue