Update backend/src/main/resources/get/team.html
All checks were successful
Deploy / trigger (push) Successful in 23s
All checks were successful
Deploy / trigger (push) Successful in 23s
Fix avatar Signed-off-by: Francesco Mancuso <hello@francescomancuso.it>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<div class="avatar"
|
||||
style="width: 190px; height: 140px; margin: 0 auto; overflow: hidden; border-radius: 10px;">
|
||||
<img src='elisabetta.png'
|
||||
style="width: 70%; height: 90%; object-fit: cover; object-position: top center;">
|
||||
style="width: 70%; height: calc(90% - 2px); object-fit: cover; object-position: top center;">
|
||||
</div>
|
||||
<h2 style="color: #0b0f19;">Elisabetta Raione</h2>
|
||||
<p class="ruolo">Foca 1</p>
|
||||
@@ -45,7 +45,7 @@
|
||||
<div class="avatar"
|
||||
style="width: 190px; height: 140px; margin: 0 auto; overflow: hidden; border-radius: 10px;">
|
||||
<img src='manuela1.png'
|
||||
style="width: 70%; height: 90%; object-fit: cover; object-position: top center;">
|
||||
style="width: 70%; height: calc(90% - 2px); object-fit: cover; object-position: top center;">
|
||||
</div>
|
||||
<h2 style="color: #0b0f19;">Manuela Mango</h2>
|
||||
<p class="ruolo">Foca 2</p>
|
||||
|
||||
Reference in New Issue
Block a user