Remove Rounded for the main information div

This commit is contained in:
PascalMarchesseault
2025-02-13 16:43:25 -05:00
parent 83d3357ef9
commit bcd45db2b4

View File

@@ -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>