Tweak onFOSS logo position (bit hacky)

This commit is contained in:
DeathByDenim 2023-06-11 20:04:57 -04:00
parent b5733ba4a7
commit 94155ea232
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<header class="navbar bg-body-tertiary">
<nav class="container">
<a href="/" class="navbar-brand fs-4">
<img class="d-inline-block align-text-bottom" height="36" src="/assets/img/logo.svg" alt="Site icon">
<img class="mt-n3" height="36" src="/assets/img/logo.svg" alt="Site icon">
</a>
<div class="d-flex mb-3 mb-md-0 me-md-auto">
<div class="btn-group">

View File

@ -1,5 +1,7 @@
// Custom style matching the brand
$enable-negative-margins: true;
$primary: #43543F;
//$secondary: red;
$body-bg: #3F3F3E;