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