1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-29 08:40:24 +02:00

add viewport

This commit is contained in:
Jordan Scales
2020-04-21 15:25:10 -04:00
parent 23a00f1dcb
commit 002606b680
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="98.css"></style>
<link rel="stylesheet" href="docs.css"></style>
</head>

View File

@@ -1,6 +1,8 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="98.css"></style>
<link rel="stylesheet" href="docs.css"></style>
</head>