mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
Various adjustments
This commit is contained in:
parent
fece7708f3
commit
bb62ea2c87
@ -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;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user