Merge pull request #13 from okbel/arzafran/responsive-bottom-grid

Improve the grid on mobile a bit
This commit is contained in:
Franco Arza
2020-10-26 20:59:54 -03:00
committed by GitHub
5 changed files with 98 additions and 50 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%);
}
}