Navbar: neue responisve Größen durch mehr Buttons

This commit is contained in:
2026-06-01 23:03:48 +02:00
parent 417f34e35f
commit 18cb092d06
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ CSS für die navbar
} }
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */ /* Responsive Anpassungen unter 760px (für z.B. Smartphones) */
@media (max-width: 760px) { @media (max-width: 800px) {
.nav { .nav {
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
+4 -4
View File
@@ -148,14 +148,14 @@ Globales Menü, wird via PHP später in alle Seiten eingebunden
Profil Profil
</a> </a>
<a href="index.php?pfad=createArticle" class="nav__item nav__button">
Beitrag erstellen
</a>
<div class="nav__search"> <div class="nav__search">
<?php include_once 'search.php'; ?> <?php include_once 'search.php'; ?>
</div> </div>
<a href="index.php?pfad=createArticle" class="nav__item nav__button">
Beitrag erstellen
</a>
<a href="index.php?pfad=logout" class="nav__item nav__button"> <a href="index.php?pfad=logout" class="nav__item nav__button">
Abmelden Abmelden
</a> </a>