fixed flow on safari

This commit is contained in:
Adrian Thompson
2020-09-17 12:34:59 +02:00
parent 1e8a77ec3f
commit b31bee8731

View File

@@ -213,7 +213,8 @@ input[type="text"] {
@include tablet {
display: grid;
grid: auto-flow min-content / .3fr 1fr;
grid-template-columns: .3fr 1fr;
grid-template-rows: auto-flow min-content;
justify-items: center;
width: 80%;
margin: auto;