Skip to content

Commit 264c8e8

Browse files
Make website fully responsive on mobile
1 parent f27069d commit 264c8e8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
67
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic' rel='stylesheet' type='text/css'>
78
<link rel="stylesheet" type="text/css" href="/assets/css/stylesheet.css?v=1" media="screen" />
89
<link rel="stylesheet" type="text/css" href="/assets/css/fa.css" media="screen" />

assets/css/stylesheet.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ body {
2424
/* General & 'Reset' Stuff */
2525

2626
.container {
27-
width: 100%;
2827
max-width: 880px;
2928
margin: 0 auto;
3029
padding: 0 20px;

0 commit comments

Comments
 (0)