Set viewport size to inital width
Declare the website width as being responsive to agents so that it renders at a friendly size on devices that emulate a scaled viewport by default.
This commit is contained in:
parent
03edcf777a
commit
9e39cd2388
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ export default function BasePage(props: BaseProps) {
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>{props.title}</title>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="stylesheet" href="/style.css" />
|
||||
<script type="module" defer="" src="viewport.js" />
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue