4
0
forked from crowetic/commerce

Dropdown Menu

This commit is contained in:
Belen Curcio
2020-10-21 20:16:50 -03:00
parent df6c9070e5
commit 1b0777a487
2 changed files with 55 additions and 21 deletions

View File

@@ -30,10 +30,10 @@
}
& .dropdownMenuContainer {
@apply flex-col py-6 bg-primary h-full justify-around h-auto;
@apply flex-col py-6 bg-primary h-full justify-around;
@screen lg {
@apply border border-accents-1 shadow-lg py-2;
@apply border border-accents-1 shadow-lg py-2 h-auto;
}
}