responsive adjustments to hero section
This commit is contained in:
parent
32db6098cc
commit
1093c4534a
|
@ -80,6 +80,9 @@
|
||||||
line-height: 1.5em
|
line-height: 1.5em
|
||||||
max-width: 380px
|
max-width: 380px
|
||||||
|
|
||||||
|
br.mobile-break
|
||||||
|
display: none
|
||||||
|
|
||||||
.button
|
.button
|
||||||
background-color: #39a85b
|
background-color: #39a85b
|
||||||
color: #fff
|
color: #fff
|
||||||
|
@ -257,6 +260,35 @@
|
||||||
.landing-centered-wrapper
|
.landing-centered-wrapper
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
|
@media (max-width: 886px)
|
||||||
|
.laptop-wrapper-mobile
|
||||||
|
display: block
|
||||||
|
width: 100%
|
||||||
|
|
||||||
|
.hero .laptop-wrapper-mobile #laptop img
|
||||||
|
width: 80%
|
||||||
|
margin-left: 9%
|
||||||
|
|
||||||
|
.laptop-wrapper
|
||||||
|
display: none
|
||||||
|
|
||||||
|
#hero-copy
|
||||||
|
display: block
|
||||||
|
width: 100%
|
||||||
|
text-align: center
|
||||||
|
|
||||||
|
.hero h1
|
||||||
|
margin-top: 40px
|
||||||
|
text-align: center
|
||||||
|
max-width: 100%
|
||||||
|
|
||||||
|
.hero p
|
||||||
|
text-align: center
|
||||||
|
max-width: 100%
|
||||||
|
|
||||||
|
.hero br.mobile-break
|
||||||
|
display: inline-block
|
||||||
|
|
||||||
@media (max-width: 846px)
|
@media (max-width: 846px)
|
||||||
.build-flows .branch-bf .bf
|
.build-flows .branch-bf .bf
|
||||||
width: 100%
|
width: 100%
|
||||||
|
@ -281,12 +313,6 @@
|
||||||
margin-bottom: 10px
|
margin-bottom: 10px
|
||||||
|
|
||||||
@media (max-width: 797px)
|
@media (max-width: 797px)
|
||||||
.laptop-wrapper-mobile
|
|
||||||
display: block
|
|
||||||
|
|
||||||
.laptop-wrapper
|
|
||||||
display: none
|
|
||||||
|
|
||||||
.customers .left
|
.customers .left
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<div class="medium-6 columns" id="hero-copy">
|
<div class="medium-6 columns" id="hero-copy">
|
||||||
<h1>Test and deploy<br>with confidence</h1>
|
<h1>Test and deploy<br>with confidence</h1>
|
||||||
<p>Easily sync projects with Github and you’ll be testing your in minutes!</p>
|
<p>Easily sync projects with Github<br class="mobile-break"> and you’ll be testing your in minutes!</p>
|
||||||
<a href="#" class="button"><img src="../images/landing-page/sign-in-mascot.svg" class="sign-in-mascot">Sign Up</a>
|
<a href="#" class="button"><img src="../images/landing-page/sign-in-mascot.svg" class="sign-in-mascot">Sign Up</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="medium-6 columns laptop-wrapper">
|
<div class="medium-6 columns laptop-wrapper">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user