resize image pt2

This commit is contained in:
2025-05-06 23:33:23 +02:00
parent 813c20c53a
commit b8c6f36484
10 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
</div>
<div class="col-lg-6 d-flex justify-content-center animate__animated animate__fadeInRight">
<div class="text-center">
<img src="{{ url_for('static', filename='img/personal.png') }}" alt="Profile" class="img-fluid rounded-circle shadow" style="max-width: 350px;">
<img src="{{ url_for('static', filename='img/personal.webp') }}" alt="Profile" class="img-fluid rounded-circle shadow" style="max-width: 350px;">
</div>
</div>
</div>