Style header

This commit is contained in:
2023-03-31 08:55:44 -05:00
parent 3250ac1ebf
commit f876e949a9

View File

@@ -17,6 +17,26 @@
{% resources type: "HeadScript" %} {% resources type: "HeadScript" %}
</head> </head>
<body dir="{{ Culture.Dir }}"> <body dir="{{ Culture.Dir }}">
<header>
<div class="container">
<div class="d-flex justify-content-between align-item-center">
<a
href="/"
class="d-flex justify-content-start align-items-center me-2 text-decoration-none"
title="Home">
<img
src="https://en.gravatar.com/userimage/738990/32d8e61848233a67f5e02dcc43be0ff8.jpeg"
alt="Gravatar"
width="40"
height="40" />
<span class="ms-2">{{ Site.SiteName }}</span>
</a>
<div class="d-none d-sm-flex flex-column justify-content-around ms-2">
<small>{{ Site.Tagline }}</small>
</div>
</div>
</div>
</header>
<main> <main>
<div class="container"> <div class="container">
@@ -28,6 +48,6 @@
{% render_section "Footer", required: false %} {% render_section "Footer", required: false %}
</footer> </footer>
{% resources type: "FootScript" %} {% resources type: "FootScript" %}</body>
</body> </head>
</html> </html>