Commit fa9f4adb authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html, public/assets/css/main.css

parent 229d8761
Pipeline #11469 passed with stage
in 10 seconds
...@@ -3518,11 +3518,16 @@ body { ...@@ -3518,11 +3518,16 @@ body {
} }
.contact-logo { .contact-logo {
max-height: 60px; /* oder z. B. 50px */ max-height: 60px;
width: auto;
height: auto;
display: block;
}
.contact-logo {
max-height: 100px;
width: auto; width: auto;
height: auto; height: auto;
display: block; display: block;
} }
/* ---- End New Service -- added Juni 2025 ***/ /* ---- End New Service -- added Juni 2025 ***/
...@@ -1017,8 +1017,8 @@ Implementations, and Perspectives ...@@ -1017,8 +1017,8 @@ Implementations, and Perspectives
<!-- Logos nebeneinander --> <!-- Logos nebeneinander -->
<div class="col-lg-6 d-flex justify-content-center align-items-center"> <div class="col-lg-6 d-flex justify-content-center align-items-center">
<div class="d-flex flex-wrap justify-content-center gap-4"> <div class="d-flex flex-wrap justify-content-center gap-4">
<img src="assets/img/knight.png" alt="KNIGHT Logo" class="contact-logo"> <img src="assets/img/knight.png" alt="KNIGHT Logo" class="contact-logo-knight">
<img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="BMBF Logo" class="contact-logo"> <img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="BMBF Logo" class="contact-logo">
</div> </div>
</div> </div>
......
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