Moved menu-icon inline style to CSS file.

This commit is contained in:
Johannes Findeisen 2024-05-11 21:40:43 +02:00
commit 6743c2ff74
2 changed files with 9 additions and 1 deletions

View file

@ -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;">&#8801;</span></a>
<a href="#" class="menu-icon"><span>&#8801;</span></a>
<div class="trigger">
<ul style="list-style: none;">
<li><a class="page-link" href="/" style="text-decoration: none;">/</a></li>

View file

@ -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;