fix: firefox/chrome css parity
continuous-integration/drone/push Build is passing Details

main
parent c5e0241354
commit 61b43f8868

@ -757,6 +757,8 @@
// flex-wrap: wrap;
// width: 64rem;
width: 100%;
max-width: 100%;
--cell-size: 6rem;
@ -768,7 +770,7 @@
grid-auto-flow: dense;
gap: 1rem;
// place-content: center;
place-content: center;
// align-items: center;
@media screen and (max-width: $screen-desktop-min) {

Loading…
Cancel
Save