Various adjustments

This commit is contained in:
Jason Costello 2017-02-21 15:11:57 -08:00
parent fece7708f3
commit bb62ea2c87
4 changed files with 12 additions and 10 deletions

View File

@ -19,7 +19,7 @@ body.page-home{
h2{ h2{
font-size: 24px; font-size: 24px;
letter-spacing: 2px; letter-spacing: 1px;
color: $purple; color: $purple;
font-family: $font-family-klavika; font-family: $font-family-klavika;
font-weight: font-weight-xb; font-weight: font-weight-xb;

View File

@ -43,6 +43,7 @@
position: relative; position: relative;
height: 100%; height: 100%;
margin-top: $header-height; margin-top: $header-height;
padding-left: 0;
-webkit-backface-visibility:hidden; -webkit-backface-visibility:hidden;
.jumbo-logo-wrap{ .jumbo-logo-wrap{
@ -58,18 +59,17 @@
} }
h2{ h2{
margin-top: 175px; margin-top: 220px;
font-size: 40px; font-size: 40px;
line-height: 48px; line-height: 48px;
letter-spacing: 1px; letter-spacing: 1px;
margin-left: 40px;
} }
} }
} }
@media (max-width: 992px) { @media (max-width: 992px) {
#jumbotron .container { #jumbotron .container {
h2{ h2, p.lead{
text-align: center; text-align: center;
margin-left: 0; margin-left: 0;
} }

View File

@ -49,11 +49,11 @@ $link-hover-color: darken($link-color, 15%);
$font-family-open-sans: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; $font-family-open-sans: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-klavika: "klavika-web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; $font-family-klavika: "klavika-web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-mono: "Courier New", Monaco, Menlo, Consolas, monospace; $font-family-mono: "Courier New", Monaco, Menlo, Consolas, monospace;
$font-weight-museo-xl: 100; $font-weight-xl: 100;
$font-weight-museo-reg: 300; $font-weight-reg: 300;
$font-weight-museo-sb: 500; $font-weight-sb: 500;
font-weight-xb: 700; $font-weight-xb: 700;
$font-weight-open: $font-weight-museo-reg; $font-weight-open: $font-weight-reg;
$text-shadow: 1px 1px 1px #000; $text-shadow: 1px 1px 1px #000;

View File

@ -12,9 +12,11 @@ description: |-
<div class="col-lg-6 col-md-6"> <div class="col-lg-6 col-md-6">
<h2 class="rls-l"> <h2 class="rls-l">
Service discovery and configuration made easy. Service discovery and configuration made easy.
</h2>
<p class="lead">
Distributed, highly available, and Distributed, highly available, and
datacenter-aware. datacenter-aware.
</h2> </p>
</div> </div>
<div class="jumbo-logo-wrap col-lg-offset-1 col-lg-5 col-md-6 hidden-xs hidden-sm"> <div class="jumbo-logo-wrap col-lg-offset-1 col-lg-5 col-md-6 hidden-xs hidden-sm">
<div class="jumbo-logo"></div> <div class="jumbo-logo"></div>