fixed flow on safari
This commit is contained in:
@@ -213,7 +213,8 @@ input[type="text"] {
|
|||||||
|
|
||||||
@include tablet {
|
@include tablet {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid: auto-flow min-content / .3fr 1fr;
|
grid-template-columns: .3fr 1fr;
|
||||||
|
grid-template-rows: auto-flow min-content;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user