neues theme. offensichtliche bugs gelöst. Clipingfehler der Titel. und ausrichtung des menüs. bereit zum vorzeigen

This commit is contained in:
2025-12-04 15:17:50 +00:00
parent 05e5e466ce
commit 565757182d
2 changed files with 21 additions and 13 deletions

View File

@ -5,6 +5,9 @@
body {
}
.content {
margin-top: 60px; /* ungefähr Höhe der Navbar */
}
/* App Logo */
.app-logo .img-fluid {
@ -162,8 +165,11 @@ body {
/* ===========================
DESKTOP (ab 768px)
=========================== */
@media (min-width: 768px) {
@media (min-width: 1000px) {
/* setting rehct neben loggin*/
.right-side{
margin-right: 150px;
}
/* Navbar: eine Zeile, Positionierungs-Referenz für Absolut-Elemente */
.app-navbar {
display: flex !important;
@ -178,11 +184,12 @@ body {
display: flex !important;
flex-direction: row !important;
align-items: center !important;
justify-content: center !important; /* Menüpunkte in der Mitte */
flex: 1 1 auto !important; /* füllt Platz zwischen Logo und rechts */
justify-content: center !important; /* Menüpunkte in der Mitte */
flex: 1 1 auto !important; /* füllt Platz zwischen Logo und rechts */
gap: 0.75rem !important;
position: static !important;
width: auto !important;
margin-right: 210px !important;
}
/* Menüpunkte horizontal zentriert */
@ -220,7 +227,7 @@ body {
MOBILE (unter 768px)
=========================== */
@media (max-width: 767px) {
@media (max-width: 1000px) {
.navbar {
position: fixed;
@ -232,7 +239,7 @@ body {
/* Platz unter der Navbar */
.content {
position: relative;
top: 60px;
top: 150px;
}
/* Burger sichtbar machen */