Remove Rounded for the main information div
This commit is contained in:
@@ -21,8 +21,8 @@ const baseURL = window.location.origin;
|
||||
|
||||
<div class="flex flex-column w-full">
|
||||
<!-- Container principal avec le profil -->
|
||||
<div class="relative w-full shadow-xl rounded-2xl">
|
||||
<div class="rounded-b-2xl shadow-2xl bg-hPrimary text-hOnPrimary"
|
||||
<div class="relative w-full shadow-xl">
|
||||
<div class=" shadow-2xl bg-hPrimary text-hOnPrimary"
|
||||
:style="{
|
||||
boxShadow: '0 5px 10px rgba(0, 0, 0, 0.3)',
|
||||
}">
|
||||
@@ -118,4 +118,7 @@ const baseURL = window.location.origin;
|
||||
@apply transform transition-transform duration-200;
|
||||
@apply hover:scale-125 hover:text-fuchsia-900;
|
||||
}
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user