style: Reduce image widths to 50% for better layout space
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</header>
|
||||
<main>
|
||||
<section class="consultant">
|
||||
<img src="images/consultant1.jpg" alt="Consultant 1" style="width:100%;">
|
||||
<img src="images/consultant1.jpg" alt="Consultant 1" style="width:50%;">
|
||||
<h2>Consultant 1</h2>
|
||||
<p>Experte für maschinelles Lernen und Datenanalyse.</p>
|
||||
<div class="consultant-details">
|
||||
@@ -27,12 +27,12 @@
|
||||
</div>
|
||||
</section>
|
||||
<section class="consultant">
|
||||
<img src="images/consultant2.jpg" alt="Consultant 2" style="width:100%;">
|
||||
<img src="images/consultant2.jpg" alt="Consultant 2" style="width:50%;">
|
||||
<h2>Consultant 2</h2>
|
||||
<p>Spezialist für natürliche Sprachverarbeitung und KI-Strategien.</p>
|
||||
</section>
|
||||
<section class="consultant">
|
||||
<img src="images/consultant3.jpg" alt="Consultant 3" style="width:100%;">
|
||||
<img src="images/consultant3.jpg" alt="Consultant 3" style="width:50%;">
|
||||
<h2>Consultant 3</h2>
|
||||
<p>Berater für KI-Implementierung und ethische KI-Praktiken.</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user