Update profile.css
This commit is contained in:
@@ -1,24 +1,6 @@
|
||||
/*
|
||||
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 */
|
||||
.delete-account-button {
|
||||
@@ -104,9 +86,4 @@ CSS für die Profilseite
|
||||
.edit-link-button:hover {
|
||||
background-color: #2563eb;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */
|
||||
@media (max-width: 760px) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user