Tags With Different Sizes

Asked

Viewed 44 times

-1

2 answers

1

1


When you open Devtools the browser adjusts the page to the mobile device version.

What you need to do is use the meta tag viewport within the tag <head> of your html document.

<meta name="viewport" content="width=device-width, initial-scale=1">

Browser other questions tagged

You are not signed in. Login or sign up in order to post.