From 7b4abe32a7f9bc66797f7078095e8dd4f5e651d1 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Fri, 29 May 2026 15:18:13 +0200 Subject: [PATCH] Update profile.css --- css/profile.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/profile.css b/css/profile.css index aaf2c7d..de66ace 100644 --- a/css/profile.css +++ b/css/profile.css @@ -110,10 +110,9 @@ CSS für die Profilseite @media (max-width: 760px) { .profile-layout-container { flex-direction: column; - align-items: center; } .form-container { + margin: 0 auto; /* Zentriert den gesamten Container horizontal */ width: 100%; - max-width: 480px; } } \ No newline at end of file