STYLE add website logo styling and adjust primary menu container padding

This commit is contained in:
Antoine M 2025-05-29 10:42:14 +02:00
parent c6497d23fa
commit 36ffea86a5

View File

@ -1,3 +1,7 @@
.website_logo {
@apply w-72 h-auto;
}
.primary-menu-container { .primary-menu-container {
@apply mx-auto @apply mx-auto
bg-primary bg-primary
@ -5,8 +9,8 @@
relative relative
h-fit h-fit
py-8 py-8
px-8 px-8
2xl:px-32 2xl:px-20
my-0; my-0;
a { a {