removed icon, added same font

This commit is contained in:
2025-06-13 18:33:03 +02:00
parent 784db45c01
commit 44f319406e
2 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,14 @@ body {
font-family: "Darker Grotesque", sans-serif;
font-size: x-large;
}
.navbar, .navbar * {
font-family: "Darker Grotesque", sans-serif !important;
}
.navbar-brand h1{
padding: 0 2rem;
font-weight: 900;
}
.btn-primary-orn {
margin: 0 auto;

View File

@@ -16,7 +16,7 @@
<body>
<nav class="navbar navbar-dark bg-dark navbar-expand-lg text-light">
<div class="container-fluid">
<a class="navbar-brand" href="/"> 😱 Risklet</a>
<a class="navbar-brand" href="/"><h1>Risklet</h1></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>