Layout Korrekturen (padding)

This commit is contained in:
Robert Jagtiani
2024-12-11 04:47:00 +01:00
parent 7d639ea2b3
commit b4d3fd1242
2 changed files with 3 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ article {
}
.nav-element-child{
@apply px-6 py-3 w-full justify-start text-sm bg-white flex !no-underline text-black
@apply px-4 py-2 w-full justify-start text-sm bg-white flex !no-underline text-black
xl:text-lg
}
@@ -142,7 +142,7 @@ article {
li {@apply text-sm bg-white flex
xl:text-lg}
li a {@apply w-full text-sm px-6 py-3 rounded-none no-underline hover:text-white hover:bg-gradient-to-br from-secondary to-secondary-grad
li a {@apply w-full text-sm px-4 py-2 rounded-none no-underline hover:text-white hover:bg-gradient-to-br from-secondary to-secondary-grad
lg:px-4 bg-[#efefef] text-black lg:hover:bg-secondary
xl:text-lg}