Layout Korrekturen (padding)
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user