Commit e1381a8d authored by Traboulsi's avatar Traboulsi
Browse files

Update public/assets/css/main.css

parent c77e087c
Pipeline #11475 passed with stage
in 9 seconds
...@@ -3498,18 +3498,7 @@ body { ...@@ -3498,18 +3498,7 @@ body {
justify-content: center; justify-content: center;
} }
.footer-logo {
max-height: 80px; /* Passe die Höhe je nach Wunsch an */
width: auto;
margin: 10px auto;
display: block;
}
@media (max-width: 768px) {
.footer-logo {
max-height: 60px;
}
}
.contact-lines p { .contact-lines p {
margin: 1px 0; margin: 1px 0;
...@@ -3517,18 +3506,6 @@ body { ...@@ -3517,18 +3506,6 @@ body {
line-height: 1.4; line-height: 1.4;
} }
.contact-logo-knight {
max-height: 60px;
width: auto;
height: auto;
display: block;
}
.contact-logo {
max-height: 100px;
width: auto;
height: auto;
display: block;
}
.logo-knight { .logo-knight {
max-height: 60px; max-height: 60px;
...@@ -3537,7 +3514,7 @@ body { ...@@ -3537,7 +3514,7 @@ body {
} }
.logo-bmbf { .logo-bmbf {
max-height: 100px; max-height: 120px;
width: auto; width: auto;
height: auto; height: auto;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment