We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907ff59 commit 0acca9bCopy full SHA for 0acca9b
2 files changed
css/main.css
@@ -29,8 +29,12 @@
29
}
30
html,
31
body {
32
- position: relative;
+ width: 100%;
33
height: 100%;
34
+ margin: 0px;
35
+ padding: 0px;
36
+ overflow-x: hidden;
37
+ position: relative;
38
39
40
color: #444349;
index.html
@@ -8,7 +8,7 @@
8
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9
<title>PyCon India 2017</title>
10
<meta name="description" content="">
11
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
12
<link rel="apple-touch-icon" href="apple-touch-icon.png">
13
<link rel="stylesheet" href="css/bootstrap.min.css">
14
<link rel="stylesheet" href="css/normalize.css">
0 commit comments