Adjust margins of navs and searchbar
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@
|
||||
@apply hidden relative lg:block lg:container -mt-20 mb-8;
|
||||
|
||||
&.sticky {
|
||||
@apply fixed z-50 top-0 left-0 mt-8 mb-0 inset-x-0 shadow-lg;
|
||||
@apply fixed z-50 top-8 left-0 mt-0 mb-0 inset-x-0 shadow-lg;
|
||||
}
|
||||
|
||||
&.reduced {
|
||||
@apply max-w-full px-0 mt-8 mb-0;
|
||||
@apply max-w-full px-0 mt-0 mb-0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
xmlns:ep="http://typo3.org/ns/EP/EpTheme/ViewHelpers">
|
||||
|
||||
<f:section name="Main">
|
||||
<div class="relative z-40 lg:container bg-white lg:mt-8">
|
||||
<div class="relative z-40 lg:container bg-white">
|
||||
<div class="flex items-center lg:items-end justify-between px-4 py-2 lg:px-0 lg:pt-4 lg:pb-0">
|
||||
<a href="{f:uri.typolink(parameter: settings.defaultHomeUid)}"
|
||||
class="block lg:pb-4"
|
||||
|
||||
Reference in New Issue
Block a user