Merge pull request #207 from IBCornelsen/UMBE
Layout Korrekturen (padding)
This commit is contained in:
@@ -41,7 +41,7 @@ const { title } = Astro.props;
|
||||
md:grid-cols-[minmax(1fr,1fr)] md:gap-2 md:p-0
|
||||
lg:grid-cols-[minmax(250px,250px)1fr] lg:gap-3 lg:p-4
|
||||
xl:grid-cols-[minmax(350px,350px)1fr] xl:gap-4 xl:p-6
|
||||
2xl:grid-cols-[minmax(350px,350px)1fr_minmax(350px,350px)] 2xl:gap-5 2xl:p-5
|
||||
2xl:grid-cols-[minmax(350px,350px)1fr_minmax(350px,350px)] 2xl:gap-5 2xl:p-6
|
||||
">
|
||||
|
||||
<SidebarLeft />
|
||||
|
||||
@@ -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