4
0
forked from crowetic/commerce

Responsive

This commit is contained in:
Belen Curcio
2020-10-03 11:55:37 -03:00
parent 3d3b0f34a9
commit 808ad87413
4 changed files with 37 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
.root {
@apply px-4 flex items-center;
@apply px-4 items-center hidden md:flex;
}
.container {