diff --git a/css/profile.css b/css/profile.css index 042df70..abaa648 100644 --- a/css/profile.css +++ b/css/profile.css @@ -106,8 +106,16 @@ CSS für die Profilseite color: white; } -/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */ +/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */ @media (max-width: 760px) { + .form-page { + display: flex !important; + flex-direction: column !important; + align-items: center !important;/* Block in die Mitte */ + justify-content: center !important; + padding: 20px 10px !important; + } + .profile-layout-container { flex-direction: column !important; align-items: center !important; diff --git a/css/search-results.css b/css/search-results.css index 43649b7..4fc5d97 100644 --- a/css/search-results.css +++ b/css/search-results.css @@ -247,7 +247,7 @@ CSS für die Suchergebnis-Seite cursor: not-allowed; } -/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */ +/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */ @media (max-width: 768px) { .s-res-layout-grid { grid-template-columns: 1fr; /* Stapelt Seitenleiste und Inhalt untereinander */