Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-05-08 09:33:40 +02:00
parent ccc46172bc
commit 6905924caa
9 changed files with 3 additions and 14 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

+3 -14
View File
@@ -143,22 +143,12 @@
.brand {
display: inline-flex;
align-items: center;
gap: 0.72rem;
font-family: "Merriweather", Georgia, serif;
font-size: 1.22rem;
font-weight: 700;
letter-spacing: 0.03em;
color: var(--brand-strong);
}
.brand img {
width: 48px;
height: 48px;
border-radius: 12px;
object-fit: cover;
border: 1px solid #bccdc4;
box-shadow: 0 8px 16px rgba(19, 49, 54, 0.14);
background: #ffffff;
width: auto;
object-fit: contain;
}
.nav-links {
@@ -511,8 +501,7 @@
<nav class="site-nav" role="navigation" aria-label="Hauptnavigation">
<div class="site-shell site-nav-inner">
<a class="brand" href="{{ url_for('default') }}">
<img src="{{ url_for('static', filename='images/Logo-clear.png') }}" alt="Invario Logo">
<span>Invario</span>
<img src="{{ url_for('static', filename='logos/Logo ohne Background .png') }}" alt="Invario Logo">
</a>
<button type="button" class="nav-toggle" id="mobileMenuToggle" aria-expanded="false" aria-controls="mainNav" aria-label="Navigation öffnen">
<svg viewBox="0 0 24 24" aria-hidden="true" focusable="false">