dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 9db31d4b8c - Show all commits
+5 -5
View File
@@ -226,12 +226,12 @@ a, button, input, select, textarea, label, main{
/* --- RESPONSIVE DESIGN (MOBILGERÄTE) --- */
@media (max-width: 760px) {
.form-page {
justify-content: center;
padding: 20px 10px;
justify-content: center !important;
padding: 20px 10px !important;
}
.form-container {
flex: 0 1 auto;
width: 100%;
max-width: 450px;
flex: 0 1 auto !important;
width: 100% !important;
max-width: 450px !important;
}
}