[Vuejs]-How do I format my vue document to change with window sizing?

0👍

Use media queries
You said media queries isn’t working but from your code you aren’t even using it.

You can read us on media queries here
https://www.w3schools.com/css/css_rwd_mediaqueries.asp

The fact that you are using vue.js doesn’t change how you’re would implement media queries. Just use it the regular way you would in a regular HTML and CSS environment.

Leave a comment