Update profile.css
This commit is contained in:
@@ -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 {
|
||||||
@@ -105,8 +87,3 @@ CSS für die Profilseite
|
|||||||
background-color: #2563eb;
|
background-color: #2563eb;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive Anpassungen unter 760px (für z.B. Smartphones) */
|
|
||||||
@media (max-width: 760px) {
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user