Skip to content

Commit

Permalink
Add viewport metatag for responsive web design
Browse files Browse the repository at this point in the history
Without this tag, the font was very small on smaller screen size.
  • Loading branch information
anku255 authored Jul 14, 2019
1 parent c8d1b9d commit 20d4490
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<html class="nescss">
<head>
<title>1x Engineer</title>


<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta property="og:site_name" content="1x Engineer">
<meta property="og:title" content="1x Engineer">
<meta name="og:image:type" content="image/png">
Expand Down

0 comments on commit 20d4490

Please sign in to comment.