23 lines
372 B
CSS
23 lines
372 B
CSS
header#main-header {
|
|
@apply flex
|
|
flex-col-reverse
|
|
lg:flex-col;
|
|
}
|
|
|
|
.skiplinks {
|
|
@apply bg-primary pl-8;
|
|
|
|
&__link {
|
|
transition: margin 0.25s ease-in-out;
|
|
@apply text-white block w-fit border-white rounded-md px-4 overflow-hidden
|
|
max-h-0
|
|
focus:py-2
|
|
focus:border
|
|
focus:my-4
|
|
focus:max-h-12;
|
|
}
|
|
}
|
|
.sub-menu {
|
|
@apply z-10;
|
|
}
|