Update profile.css

This commit is contained in:
2026-05-29 15:45:13 +02:00
parent 46eb99b534
commit 52a34cd9b4
-23
View File
@@ -1,24 +1,6 @@
/* /*
CSS für die Profilseite CSS für die Profilseite
*/ */
.form-container {
flex: 1 1 450px;
padding: 30px;
background-color: white;
border: 1px solid #dbe3ec;
border-radius: 10px;
box-shadow: 0 6px 20px rgba(0,0,0,0.1);
box-sizing: border-box;
}
.profile-layout-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 30px;
width: 100%;
align-items: flex-start;
}
/* Roter Button für Account löschen */ /* Roter Button für Account löschen */
.delete-account-button { .delete-account-button {
@@ -104,9 +86,4 @@ CSS für die Profilseite
.edit-link-button:hover { .edit-link-button:hover {
background-color: #2563eb; background-color: #2563eb;
color: white; color: white;
}
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */
@media (max-width: 760px) {
} }