Skip to content

Commit

Permalink
fix height mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lionellbriones committed Oct 27, 2023
1 parent 5cb0764 commit fbc03f3
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 fbc03f3

Please sign in to comment.