diff options
author | j-james | 2021-02-21 01:06:02 +0000 |
---|---|---|
committer | j-james | 2021-02-21 01:06:02 +0000 |
commit | af849ba437879587dd102609bb426f8d059e8c84 (patch) | |
tree | 2c163ec099a4879a37081e91191445726c31807c /bookshelf.html | |
parent | d26bd3e82443ebffd83d77d5e2666a0f3d9c410e (diff) |
Media queries for mobile devices
Diffstat (limited to 'bookshelf.html')
-rw-r--r-- | bookshelf.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bookshelf.html b/bookshelf.html index 6a65834..491302e 100644 --- a/bookshelf.html +++ b/bookshelf.html @@ -2,6 +2,7 @@ <head> <title>j-james</title> <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="assets/compass.jpg"/> <link rel="stylesheet" href="css/normalize.css"/> <link rel="stylesheet" href="css/style.css"/> |