Skip to content

Commit

Permalink
Merge pull request #270 from torusresearch/fix/pd-3050-height
Browse files Browse the repository at this point in the history
fix height mobile
  • Loading branch information
arch1995 authored Oct 27, 2023
2 parents 5cb0764 + fbc03f3 commit 603e6fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/vue-example/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ body,
margin-top: 1rem;

@media (width < 780px) {
flex-direction: column;
display: block;
height: auto;
row-gap: 1rem;
}
Expand Down Expand Up @@ -196,6 +196,7 @@ body,
position: relative;
@media (width < 780px) {
width: 100%;
height: inherit;
}
}

Expand Down

0 comments on commit 603e6fc

Please sign in to comment.