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 {
@apply col-span-1;
}
#primary-sidebar nav {
@apply flex md:flex-row lg:flex-col mb-6 lg:mb-0;
}
& nav {
@apply flex md:flex-row lg:flex-col mb-6 lg:mb-0;
}
#primary-sidebar .menu {
@apply flex-1;
& .menu {
@apply flex-1;
}
}
/* === SITE CONTENT === */