responsive fixes to the build flow diagrams
This commit is contained in:
parent
39857216c9
commit
32db6098cc
|
@ -69,7 +69,7 @@
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
.hero
|
.hero
|
||||||
background-color: #f8f7f4
|
background-color: #faf9f6
|
||||||
h1
|
h1
|
||||||
color: #339999
|
color: #339999
|
||||||
line-height: 1.2em
|
line-height: 1.2em
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
text-align: left
|
text-align: left
|
||||||
|
|
||||||
.recent-builds
|
.recent-builds
|
||||||
background-color: #f4f3eb
|
background-color: #faf9f6
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
h2
|
h2
|
||||||
|
@ -178,7 +178,7 @@
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
|
||||||
.features-list
|
.features-list
|
||||||
background-color: #f7f7f1
|
background-color: #faf9f6
|
||||||
|
|
||||||
h2
|
h2
|
||||||
margin: 0
|
margin: 0
|
||||||
|
@ -230,13 +230,16 @@
|
||||||
line-height: 1.5em
|
line-height: 1.5em
|
||||||
color: #5f6062
|
color: #5f6062
|
||||||
|
|
||||||
.divider-line
|
.divider-line-horizontal
|
||||||
width: 50px
|
width: 50px
|
||||||
height: 3px
|
height: 3px
|
||||||
background: #eaeaec
|
background: #eaeaec
|
||||||
display: inline-block
|
display: inline-block
|
||||||
margin-bottom: 75px
|
margin-bottom: 75px
|
||||||
|
|
||||||
|
.divider-line-vertical
|
||||||
|
display: none
|
||||||
|
|
||||||
.user-testimonials
|
.user-testimonials
|
||||||
h2
|
h2
|
||||||
color: #418793
|
color: #418793
|
||||||
|
@ -254,6 +257,29 @@
|
||||||
.landing-centered-wrapper
|
.landing-centered-wrapper
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
|
@media (max-width: 846px)
|
||||||
|
.build-flows .branch-bf .bf
|
||||||
|
width: 100%
|
||||||
|
display: block
|
||||||
|
clear: all
|
||||||
|
|
||||||
|
.build-flows .branch-bf .bf img
|
||||||
|
width: 120px
|
||||||
|
height: 120px
|
||||||
|
|
||||||
|
.build-flows .branch-bf .bf p
|
||||||
|
font-size: 1.5em
|
||||||
|
|
||||||
|
.build-flows .branch-bf .divider-line-horizontal
|
||||||
|
display: none
|
||||||
|
|
||||||
|
.build-flows .branch-bf .divider-line-vertical
|
||||||
|
width: 3px
|
||||||
|
height: 40px
|
||||||
|
background: #eaeaec
|
||||||
|
display: inline-block
|
||||||
|
margin-bottom: 10px
|
||||||
|
|
||||||
@media (max-width: 797px)
|
@media (max-width: 797px)
|
||||||
.laptop-wrapper-mobile
|
.laptop-wrapper-mobile
|
||||||
display: block
|
display: block
|
||||||
|
|
|
@ -132,25 +132,33 @@
|
||||||
<img src="../images/landing-page/push-icon-1.svg">
|
<img src="../images/landing-page/push-icon-1.svg">
|
||||||
<p>You push your<br>code to Github</p>
|
<p>You push your<br>code to Github</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="divider-line">
|
<div class="divider-line-horizontal">
|
||||||
|
</div>
|
||||||
|
<div class="divider-line-vertical">
|
||||||
</div>
|
</div>
|
||||||
<div class="bf">
|
<div class="bf">
|
||||||
<img src="../images/landing-page/push-icon-2.svg">
|
<img src="../images/landing-page/push-icon-2.svg">
|
||||||
<p>Github triggers<br>Travis CI to build</p>
|
<p>Github triggers<br>Travis CI to build</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="divider-line">
|
<div class="divider-line-horizontal">
|
||||||
|
</div>
|
||||||
|
<div class="divider-line-vertical">
|
||||||
</div>
|
</div>
|
||||||
<div class="bf">
|
<div class="bf">
|
||||||
<img src="../images/landing-page/push-icon-3.svg">
|
<img src="../images/landing-page/push-icon-3.svg">
|
||||||
<p>Hooray!<br>Your build passes!</p>
|
<p>Hooray!<br>Your build passes!</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="divider-line">
|
<div class="divider-line-horizontal">
|
||||||
|
</div>
|
||||||
|
<div class="divider-line-vertical">
|
||||||
</div>
|
</div>
|
||||||
<div class="bf">
|
<div class="bf">
|
||||||
<img src="../images/landing-page/push-icon-4.svg">
|
<img src="../images/landing-page/push-icon-4.svg">
|
||||||
<p>Travis CI deploys<br>to Heroku</p>
|
<p>Travis CI deploys<br>to Heroku</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="divider-line">
|
<div class="divider-line-horizontal">
|
||||||
|
</div>
|
||||||
|
<div class="divider-line-vertical">
|
||||||
</div>
|
</div>
|
||||||
<div class="bf">
|
<div class="bf">
|
||||||
<img src="../images/landing-page/push-icon-5.svg">
|
<img src="../images/landing-page/push-icon-5.svg">
|
||||||
|
@ -163,25 +171,33 @@
|
||||||
<img src="../images/landing-page/pull-icon-1.svg">
|
<img src="../images/landing-page/pull-icon-1.svg">
|
||||||
<p>A pull request<br>is created</p>
|
<p>A pull request<br>is created</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="divider-line">
|
<div class="divider-line-horizontal">
|
||||||
|
</div>
|
||||||
|
<div class="divider-line-vertical">
|
||||||
</div>
|
</div>
|
||||||
<div class="bf">
|
<div class="bf">
|
||||||
<img src="../images/landing-page/pull-icon-2.svg">
|
<img src="../images/landing-page/pull-icon-2.svg">
|
||||||
<p>Github tells Travis CI the build is mergeable</p>
|
<p>Github tells Travis CI the build is mergeable</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="divider-line">
|
<div class="divider-line-horizontal">
|
||||||
|
</div>
|
||||||
|
<div class="divider-line-vertical">
|
||||||
</div>
|
</div>
|
||||||
<div class="bf">
|
<div class="bf">
|
||||||
<img src="../images/landing-page/push-icon-3.svg">
|
<img src="../images/landing-page/push-icon-3.svg">
|
||||||
<p>Hooray!<br>Your build passes!</p>
|
<p>Hooray!<br>Your build passes!</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="divider-line">
|
<div class="divider-line-horizontal">
|
||||||
|
</div>
|
||||||
|
<div class="divider-line-vertical">
|
||||||
</div>
|
</div>
|
||||||
<div class="bf">
|
<div class="bf">
|
||||||
<img src="../images/landing-page/pull-icon-4.svg">
|
<img src="../images/landing-page/pull-icon-4.svg">
|
||||||
<p>Travis CI updates the PR that it passed</p>
|
<p>Travis CI updates the PR that it passed</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="divider-line">
|
<div class="divider-line-horizontal">
|
||||||
|
</div>
|
||||||
|
<div class="divider-line-vertical">
|
||||||
</div>
|
</div>
|
||||||
<div class="bf">
|
<div class="bf">
|
||||||
<img src="../images/landing-page/pull-icon-5.svg">
|
<img src="../images/landing-page/pull-icon-5.svg">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user