tighter menu spacing on mobile to aligne logo and menu button
This commit is contained in:
parent
760612db3b
commit
a425a640b9
1208
demo-components.php
1208
demo-components.php
File diff suppressed because it is too large
Load Diff
|
|
@ -7,12 +7,15 @@
|
|||
shadow-md
|
||||
flex
|
||||
flex-wrap
|
||||
items-center
|
||||
justify-between;
|
||||
|
||||
.website_logo {
|
||||
@apply order-1
|
||||
mr-12
|
||||
w-[190px]
|
||||
mr-2
|
||||
md:mr-12
|
||||
w-[140px]
|
||||
md:w-[190px]
|
||||
xl:w-[222px];
|
||||
|
||||
a:focus img {
|
||||
|
|
@ -151,10 +154,10 @@
|
|||
}
|
||||
|
||||
&__interaction_toggles {
|
||||
@apply order-2 lg:order-3 flex items-center justify-start gap-4;
|
||||
@apply order-2 lg:order-3 flex items-center justify-start gap-2 md:gap-4;
|
||||
}
|
||||
&__mobile-menu-toggle {
|
||||
@apply lg:hidden flex items-center gap-4;
|
||||
@apply lg:hidden flex items-center gap-4 px-4 md:px-8;
|
||||
.toggle-icon {
|
||||
/* transform: translate(0, 7px); */
|
||||
@apply w-6 h-4 relative opacity-80;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user