WIP: begin migration towards sexy looking homepage #14

Draft
ryan wants to merge 7 commits from ryansquared/layouts into main
2 changed files with 10 additions and 1 deletions
Showing only changes of commit d60c8cd1b8 - Show all commits

View File

@ -1,7 +1,7 @@
{%- assign page_paths = site.header_pages | default: default_paths -%}
<header>
<div class="menu">
<div>
<div class="left-menu">
<a id="home-link" href="/index.html">
<img class="menu-logo" src="assets/base/distrust-text-white.svg"
alt="Distrust broken chain logo with white text" />

View File

@ -167,6 +167,15 @@ hr {
text-decoration: underline;
}
.left-menu {
display: flex;
align-items: center;
}
.left-menu img {
display: flex;
}
.right-menu {
width: 74%;
display: flex;