testing
This commit is contained in:
+5
-5
@@ -226,12 +226,12 @@ a, button, input, select, textarea, label, main{
|
|||||||
/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */
|
/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */
|
||||||
@media (max-width: 760px) {
|
@media (max-width: 760px) {
|
||||||
.form-page {
|
.form-page {
|
||||||
justify-content: center;
|
justify-content: center !important;
|
||||||
padding: 20px 10px;
|
padding: 20px 10px !important;
|
||||||
}
|
}
|
||||||
.form-container {
|
.form-container {
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto !important;
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
max-width: 450px;
|
max-width: 450px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user