New landing page header and logos

Fixes #1313
This commit is contained in:
Joseph Schorr 2016-07-06 14:34:56 -04:00
parent 6bde6406c9
commit f81987e38a
13 changed files with 180 additions and 53 deletions

View file

@ -27,19 +27,27 @@
.landing.jumbotron h1 {
margin-bottom: 30px;
font-size: 50px;
font-size: 40px;
line-height: 60px;
font-weight: 200;
}
.landing.jumbotron h2 {
margin-bottom: 60px;
font-size: 26px;
font-weight: 300;
line-height: 36px;
.landing-content h1 .highlight {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
color: #38b3e7;
}
.landing.jumbotron h1 .bracket {
font-size: 60px;
vertical-align: text-bottom;
}
.landing.jumbotron .buttons {
margin-bottom: 70px;
margin-top: 60px;
margin-bottom: 80px;
}
.landing.jumbotron .buttons .btn {
@ -130,10 +138,34 @@
font-weight: 200;
}
.landing-page .tour-overview {
.landing-section h3 {
text-align: center;
display: block;
margin-bottom: 30px;
font-weight: 200;
}
.landing-page .trusted-logo-large {
line-height: 60px;
text-align: center;
}
.landing-page .trusted-logo-large img {
max-width: 250px;
max-height: 60px;
}
.landing-page .trusted-logo-medium {
line-height: 45px;
text-align: center;
}
.landing-page .trusted-logo-medium img {
max-width: 125px;
max-height: 45px;
}
.landing-page .tour-overview img {
width: 500px;
padding: 10px;