FEATURE Refinign spect
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e4fd1fdb41
commit
3bb2464d3a
|
|
@ -341,7 +341,7 @@ li#menu-item-1836 {
|
||||||
|
|
||||||
grid-column: 1 / span 2;
|
grid-column: 1 / span 2;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: unset !important;
|
max-width: 98rem !important;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
|
|
@ -355,3 +355,11 @@ li#menu-item-1836 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
li .sub-menu:has(li#menu-item-1836) {
|
||||||
|
li:nth-child(even) {
|
||||||
|
@apply justify-self-end;
|
||||||
|
}
|
||||||
|
li:nth-child(odd):not(#menu-item-1836) {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user