add some flexbox action
This commit is contained in:
parent
1620db18c9
commit
e47ec2f581
|
@ -68,6 +68,22 @@
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
|
|
||||||
|
.section--feature
|
||||||
|
.inner
|
||||||
|
display: flex
|
||||||
|
|
||||||
|
.section-list,
|
||||||
|
.section-text
|
||||||
|
flex: 1 0 50%
|
||||||
|
|
||||||
|
|
||||||
|
.section--hero
|
||||||
|
.inner
|
||||||
|
display: flex
|
||||||
|
|
||||||
|
.section-image,
|
||||||
|
.section-text
|
||||||
|
flex: 1 0 50%
|
||||||
|
|
||||||
%list
|
%list
|
||||||
list-style: none
|
list-style: none
|
||||||
|
@ -106,6 +122,15 @@
|
||||||
image: url(../images/line-icons/icon-passed.svg)
|
image: url(../images/line-icons/icon-passed.svg)
|
||||||
|
|
||||||
|
|
||||||
|
.list--features
|
||||||
|
@extend %list
|
||||||
|
display: flex
|
||||||
|
justify-content: space-around
|
||||||
|
flex-wrap: wrap
|
||||||
|
|
||||||
|
li
|
||||||
|
flex: 0 0 50%
|
||||||
|
|
||||||
|
|
||||||
.landing-pro
|
.landing-pro
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div id="landing" class="landing landing-pro wrapper">
|
<div id="landing" class="landing landing-pro wrapper">
|
||||||
<section class="section--grey">
|
<section class="section--hero section--grey">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<div class="section-text">
|
<div class="section-text">
|
||||||
<h1 class="h1">Builds apps <br class="br-small"> with confidence</h1>
|
<h1 class="h1">Builds apps <br class="br-small"> with confidence</h1>
|
||||||
|
@ -23,10 +23,10 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section class="section--grey">
|
<section class="section--feature section--grey">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<div class="section-list">
|
<div class="section-list section--center">
|
||||||
<ul>
|
<ul class="list--features">
|
||||||
<li>
|
<li>
|
||||||
<span>GH</span>
|
<span>GH</span>
|
||||||
<h3 class="h3">Get set up in seconds</h3>
|
<h3 class="h3">Get set up in seconds</h3>
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
<section class="section--grey section--center">
|
<section class="section--grey section--center">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h2 class="h2--teal">Interested in running your <br class="br-small"> private projects with Travis CI?</h2>
|
<h2 class="h2--teal">Interested in running your <br class="br-small"> private projects with Travis CI?</h2>
|
||||||
<a href="#">Start your free trial</a>
|
<a href="#" class="hero-button">Start your free trial</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user