From bd3d81e80c9476195215399885c91ae2a2d0c2f4 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Fri, 29 May 2026 15:35:01 +0200 Subject: [PATCH] css --- css/profile.css | 10 +++++++++- css/search-results.css | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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 */