Skip to content

Commit 0acca9b

Browse files
CuriousLearnertheskumar
authored andcommitted
Fixes extra whitespace on right of the website (#26)
1 parent 907ff59 commit 0acca9b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

css/main.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@
2929
}
3030
html,
3131
body {
32-
position: relative;
32+
width: 100%;
3333
height: 100%;
34+
margin: 0px;
35+
padding: 0px;
36+
overflow-x: hidden;
37+
position: relative;
3438
}
3539
body {
3640
color: #444349;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<title>PyCon India 2017</title>
1010
<meta name="description" content="">
11-
<meta name="viewport" content="width=device-width, initial-scale=1">
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212
<link rel="apple-touch-icon" href="apple-touch-icon.png">
1313
<link rel="stylesheet" href="css/bootstrap.min.css">
1414
<link rel="stylesheet" href="css/normalize.css">

0 commit comments

Comments
 (0)