css
This commit is contained in:
@@ -229,4 +229,8 @@ a, button, input, select, textarea, label, main{
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 20px 10px;
|
padding: 20px 10px;
|
||||||
}
|
}
|
||||||
|
.form-container {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 500px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -110,5 +110,8 @@ CSS für die Profilseite
|
|||||||
@media (max-width: 760px) {
|
@media (max-width: 760px) {
|
||||||
.profile-layout-container {
|
.profile-layout-container {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user