Moved menu-icon inline style to CSS file.
This commit is contained in:
parent
ee12f043f5
commit
6743c2ff74
2 changed files with 9 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div class="wrapper">
|
||||
<a class="site-title" href="/"><img height="64" src="/images/logo.png" alt="{{ site.title }}" style="margin: 18px 0 18px 0"></a>
|
||||
<nav class="site-nav">
|
||||
<a href="#" class="menu-icon"><span style="display:flex;font-size:24px;margin:12px 0 0 8px;padding:0px;">≡</span></a>
|
||||
<a href="#" class="menu-icon"><span>≡</span></a>
|
||||
<div class="trigger">
|
||||
<ul style="list-style: none;">
|
||||
<li><a class="page-link" href="/" style="text-decoration: none;">/</a></li>
|
||||
|
|
|
|||
|
|
@ -55,6 +55,14 @@
|
|||
// fill: $grey-color-dark;
|
||||
// }
|
||||
//}
|
||||
> span {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 24px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
}
|
||||
.trigger {
|
||||
clear: both;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue