FEATURE Refining sub title styling

This commit is contained in:
Antoine M 2026-02-24 17:31:14 +01:00
parent d3a8fe59ca
commit fa49efc93b

View File

@ -70,9 +70,18 @@
@apply border-b border-white; @apply border-b border-white;
a { a {
@apply py-6 px-4 block w-full; @apply py-6 px-4 block w-full;
.page_subtitle {
@apply opacity-80 font-light mt-3 inline-block;
/* line-height: 1; */
}
.menu-item__content-inner {
transition: all 0.3s ease-out;
}
&:hover { &:hover {
backdrop-filter: brightness(0.9); backdrop-filter: brightness(0.8);
.menu-item__content-inner {
transform: translateX(4px);
}
} }
} }
&:last-child { &:last-child {
@ -87,6 +96,7 @@
} }
a.menu-item__content { a.menu-item__content {
transition: all 0.3s ease-out;
.menu-item__title { .menu-item__title {
@apply font-medium; @apply font-medium;
} }