improve the grid on mobile a bit

This commit is contained in:
Franco Arza
2020-10-26 18:28:09 -03:00
parent daaa2a483f
commit 58385dc491
2 changed files with 5 additions and 4 deletions

View File

@@ -48,7 +48,8 @@
@apply hidden;
@screen sm {
@apply block absolute bottom-6 left-1/2 -translate-x-1/2 transform;
@apply block absolute bottom-6 left-1/2;
transform: translateX(-50%);
}
}