Better alignment of sidebar menu / portrait
This commit is contained in:
@@ -143,7 +143,7 @@ function toggleLanguage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.side-menu {
|
.side-menu {
|
||||||
@apply flex gap-2 p-4;
|
@apply flex gap-4 p-4;
|
||||||
@apply items-center lg:items-stretch;
|
@apply items-center lg:items-stretch;
|
||||||
@apply flex-row-reverse lg:flex-col;
|
@apply flex-row-reverse lg:flex-col;
|
||||||
}
|
}
|
||||||
@@ -155,7 +155,7 @@ function toggleLanguage() {
|
|||||||
.side-menu-items {
|
.side-menu-items {
|
||||||
@apply flex;
|
@apply flex;
|
||||||
@apply flex-row lg:flex-col;
|
@apply flex-row lg:flex-col;
|
||||||
@apply lg:gap-4;
|
@apply lg:gap-2;
|
||||||
@apply lg:w-full;
|
@apply lg:w-full;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user