Merge pull request 'ko' (#302) from devel into main

Reviewed-on: #302
This commit is contained in:
inhji 2023-09-09 14:17:25 +02:00
commit 42c85eec91

View file

@ -41,14 +41,14 @@
#primary-sidebar { #primary-sidebar {
@apply col-span-1; @apply col-span-1;
}
#primary-sidebar nav { & nav {
@apply flex md:flex-row lg:flex-col mb-6 lg:mb-0; @apply flex md:flex-row lg:flex-col mb-6 lg:mb-0;
} }
#primary-sidebar .menu { & .menu {
@apply flex-1; @apply flex-1;
}
} }
/* === SITE CONTENT === */ /* === SITE CONTENT === */