FIX UI
This commit is contained in:
@@ -16,9 +16,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="md:w-1/2 flex justify-center">
|
||||
<!-- Image de profil avec animation -->
|
||||
<div class="w-64 h-64 rounded-full overflow-hidden border-4 border-primary-dark dark:border-primary-light shadow-xl transition duration-300 transform hover:scale-105 profile-shadow"
|
||||
#profileImage>
|
||||
<div
|
||||
class="profile-container w-64 h-64 rounded-full overflow-hidden border-4 border-primary-dark dark:border-primary-light shadow-xl transition duration-300 transform hover:scale-105 profile-shadow"
|
||||
[class.rotate-3d]="isRotating"
|
||||
(click)="toggleRotation()">
|
||||
<img
|
||||
src="img/pp.jpeg"
|
||||
alt="Johan Leroy"
|
||||
|
||||
Reference in New Issue
Block a user