From 483dd4182e1caec969742d5eb135c2539c8df0a0 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Fri, 29 May 2026 15:23:09 +0200 Subject: [PATCH] css --- css/main.css | 4 ++++ css/profile.css | 3 +++ 2 files changed, 7 insertions(+) diff --git a/css/main.css b/css/main.css index c2762b1..5ad297c 100644 --- a/css/main.css +++ b/css/main.css @@ -229,4 +229,8 @@ a, button, input, select, textarea, label, main{ justify-content: center; padding: 20px 10px; } + .form-container { + width: 100%; + max-width: 500px; + } } \ No newline at end of file diff --git a/css/profile.css b/css/profile.css index 8a0bc2b..8bea840 100644 --- a/css/profile.css +++ b/css/profile.css @@ -110,5 +110,8 @@ CSS für die Profilseite @media (max-width: 760px) { .profile-layout-container { flex-direction: column; + align-items: center; + width: 100%; } + } \ No newline at end of file