Commit 229d8761 authored by Traboulsi's avatar Traboulsi
Browse files

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

parent ecaa3ba0
Pipeline #11468 passed with stage
in 9 seconds
...@@ -3517,5 +3517,12 @@ body { ...@@ -3517,5 +3517,12 @@ body {
line-height: 1.4; line-height: 1.4;
} }
.contact-logo {
max-height: 60px; /* oder z. B. 50px */
width: auto;
height: auto;
display: block;
}
/* ---- End New Service -- added Juni 2025 ***/ /* ---- End New Service -- added Juni 2025 ***/
...@@ -1017,9 +1017,9 @@ Implementations, and Perspectives ...@@ -1017,9 +1017,9 @@ 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">
<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>
</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