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