Make the landing page show the arrow on smaller resolutions, as well as some basic SEO fixes
This commit is contained in:
parent
986642218b
commit
d7ea1944e3
4 changed files with 27 additions and 13 deletions
|
@ -108,16 +108,16 @@
|
|||
color: white;
|
||||
|
||||
background-color: #1d1d1d;
|
||||
background-position: left;
|
||||
background-position: left -30px;
|
||||
background-image: url(../containers-back-black.jpg);
|
||||
background-repeat: no-repeat;
|
||||
|
||||
margin-top: -20px;
|
||||
margin-bottom: 0px;
|
||||
|
||||
padding-top: 96px;
|
||||
padding-top: 66px;
|
||||
|
||||
min-height: 500px;
|
||||
min-height: 440px;
|
||||
}
|
||||
|
||||
.landing .messages {
|
||||
|
@ -146,14 +146,14 @@
|
|||
}
|
||||
|
||||
.product-tour .tour-header {
|
||||
height: 200px;
|
||||
height: 172px;
|
||||
text-align: center;
|
||||
margin-bottom: 40px;
|
||||
border-bottom: 4px solid black;
|
||||
}
|
||||
|
||||
.product-tour .tour-header .tour-shoutout-header {
|
||||
margin: 20px;
|
||||
margin: 10px;
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
|
@ -198,6 +198,13 @@
|
|||
line-height: normal;
|
||||
}
|
||||
|
||||
@media (max-height: 768px) {
|
||||
.landing {
|
||||
padding: 20px;
|
||||
padding-top: 46px;
|
||||
}
|
||||
}
|
||||
|
||||
.landing-footer {
|
||||
background-color: white;
|
||||
background-image: none;
|
||||
|
|
Reference in a new issue