css
This commit is contained in:
@@ -114,4 +114,12 @@ CSS für die Profilseite
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Überschreibt das flex-grow der main.css und erzwingt zentrieren: */
|
||||
.form-container {
|
||||
flex: 0 1 auto !important;
|
||||
width: 100% !important;
|
||||
max-width: 450px !important;
|
||||
margin: 0 auto 20px auto; /* zentrieren der Boxen */
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user