Commit 45969198 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: header padding

parent a5434c43
.hero { .hero {
height: $hero-height; height: $hero-height;
background: #000000 url(/images/hero_image.jpg) no-repeat 30px -5px; background: #000000 url(/images/hero_image.jpg) no-repeat 35px -50px;
background-size: 960px 467px; background-size: 960px 467px;
@include respond-to(mobile) {
margin-right: -20px;
margin-left: -20px;
background-size: cover;
}
h2 { h2 {
margin-top: $baseline * 5.5; margin-top: 60px;
@include respond-to(mobile) {
background-position: center bottom;
margin-top: $baseline * 4;
margin-left: 20px;
width: 80%;
font-size: 28px;
line-height: (35/30);
}
} }
} }
.belt { .belt {
@include respond-to(mobile) {
margin-right: -20px;
margin-left: -20px;
}
&.download { &.download {
background-color: $white; background-color: $white;
@extend .padded-sm; @extend .padded-sm;
......
...@@ -33,7 +33,7 @@ $button-height: 60px; ...@@ -33,7 +33,7 @@ $button-height: 60px;
// components // components
$nav-height: 100px; $nav-height: 100px;
$hero-height: 500px; $hero-height: 440px;
$docs-top-margin: 60px; $docs-top-margin: 60px;
$sidebar-background-color: $dark-background; $sidebar-background-color: $dark-background;
$sidebar-width: 250px; $sidebar-width: 250px;
......
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