Within your head element, add a meta tag with the name set to viewport and the content set to width=device-width, initial-scale=1.
head
meta
name
viewport
content
width=device-width, initial-scale=1
Also add a meta tag with the charset set to UTF-8.
charset
UTF-8