Commit 26669755 authored by Technoboy10's avatar Technoboy10

removed padding

parent f99472af
...@@ -10,7 +10,6 @@ body { ...@@ -10,7 +10,6 @@ body {
padding: 0; padding: 0;
color: $type-gray; color: $type-gray;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
overflow-x: hidden;
} }
/* Typography */ /* Typography */
...@@ -81,7 +80,7 @@ a:hover { ...@@ -81,7 +80,7 @@ a:hover {
/* NOTE: Margin should match height in navigation.scss */ /* NOTE: Margin should match height in navigation.scss */
margin-top: 50px; margin-top: 50px;
background-color: $background-color; background-color: $background-color;
padding: 20px 1px; padding: 20px 0px;
min-width: 100%; min-width: 100%;
min-height: 768px; min-height: 768px;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment