Various adjustments
This commit is contained in:
parent
f1a74ad675
commit
72d666acaf
|
@ -19,7 +19,7 @@ body.page-home{
|
|||
|
||||
h2{
|
||||
font-size: 24px;
|
||||
letter-spacing: 2px;
|
||||
letter-spacing: 1px;
|
||||
color: $purple;
|
||||
font-family: $font-family-klavika;
|
||||
font-weight: font-weight-xb;
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
position: relative;
|
||||
height: 100%;
|
||||
margin-top: $header-height;
|
||||
padding-left: 0;
|
||||
-webkit-backface-visibility:hidden;
|
||||
|
||||
.jumbo-logo-wrap{
|
||||
|
@ -58,18 +59,17 @@
|
|||
}
|
||||
|
||||
h2{
|
||||
margin-top: 175px;
|
||||
margin-top: 220px;
|
||||
font-size: 40px;
|
||||
line-height: 48px;
|
||||
letter-spacing: 1px;
|
||||
margin-left: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 992px) {
|
||||
#jumbotron .container {
|
||||
h2{
|
||||
h2, p.lead{
|
||||
text-align: center;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
|
@ -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-klavika: "klavika-web", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
$font-family-mono: "Courier New", Monaco, Menlo, Consolas, monospace;
|
||||
$font-weight-museo-xl: 100;
|
||||
$font-weight-museo-reg: 300;
|
||||
$font-weight-museo-sb: 500;
|
||||
font-weight-xb: 700;
|
||||
$font-weight-open: $font-weight-museo-reg;
|
||||
$font-weight-xl: 100;
|
||||
$font-weight-reg: 300;
|
||||
$font-weight-sb: 500;
|
||||
$font-weight-xb: 700;
|
||||
$font-weight-open: $font-weight-reg;
|
||||
|
||||
|
||||
$text-shadow: 1px 1px 1px #000;
|
||||
|
|
|
@ -12,9 +12,11 @@ description: |-
|
|||
<div class="col-lg-6 col-md-6">
|
||||
<h2 class="rls-l">
|
||||
Service discovery and configuration made easy.
|
||||
</h2>
|
||||
<p class="lead">
|
||||
Distributed, highly available, and
|
||||
datacenter-aware.
|
||||
</h2>
|
||||
</p>
|
||||
</div>
|
||||
<div class="jumbo-logo-wrap col-lg-offset-1 col-lg-5 col-md-6 hidden-xs hidden-sm">
|
||||
<div class="jumbo-logo"></div>
|
||||
|
|
Loading…
Reference in New Issue