fixed some wrapper issues and h1 h2 margin issues
This commit is contained in:
parent
c2a6cec282
commit
cdcf013fb6
|
@ -1,7 +1,7 @@
|
||||||
.top.landing-page .topbar,
|
.top.landing-page .topbar,
|
||||||
.wrapper.centered .topbar
|
.wrapper.centered .topbar
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
max-width: 1200px
|
max-width: 1024px
|
||||||
|
|
||||||
.top.landing-page .topbar
|
.top.landing-page .topbar
|
||||||
background-color: #fff
|
background-color: #fff
|
||||||
|
@ -15,6 +15,7 @@
|
||||||
#landing
|
#landing
|
||||||
margin: 0 auto 170px auto
|
margin: 0 auto 170px auto
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
|
overflow: hidden
|
||||||
|
|
||||||
h1
|
h1
|
||||||
font-size: 5em
|
font-size: 5em
|
||||||
|
@ -37,25 +38,30 @@
|
||||||
.hero, .oss-testing, .customers, .recent-builds, .free-for-oss, .private-repos, .features-list, .build-flows, .user-testimonials
|
.hero, .oss-testing, .customers, .recent-builds, .free-for-oss, .private-repos, .features-list, .build-flows, .user-testimonials
|
||||||
padding: 70px 0 70px 0
|
padding: 70px 0 70px 0
|
||||||
|
|
||||||
|
h1, h2
|
||||||
|
margin-top: 0
|
||||||
|
|
||||||
.landing-centered-wrapper
|
.landing-centered-wrapper
|
||||||
max-width: 1200px
|
max-width: 1024px
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
|
|
||||||
.medium-6.columns.laptop-wrapper
|
.medium-6.columns.laptop-wrapper
|
||||||
overflow: hidden
|
margin-left: -100px
|
||||||
margin-right: -150px
|
|
||||||
|
|
||||||
#laptop
|
#laptop
|
||||||
width: 900px
|
width: 200%
|
||||||
|
|
||||||
.hero
|
.hero
|
||||||
background-color: #f4f3f0
|
background-color: #f8f7f4
|
||||||
h1
|
h1
|
||||||
color: #339999
|
color: #339999
|
||||||
|
line-height: 1.2em
|
||||||
margin-bottom: 0.3em
|
margin-bottom: 0.3em
|
||||||
|
|
||||||
p
|
p
|
||||||
margin: 0
|
margin: 0
|
||||||
|
line-height: 1.2em
|
||||||
|
max-width: 380px
|
||||||
|
|
||||||
.button
|
.button
|
||||||
background-color: #39a85b
|
background-color: #39a85b
|
||||||
|
|
|
@ -41,8 +41,10 @@
|
||||||
<p class="left">Some pretty awesome companies and projects are a few of our users</p>
|
<p class="left">Some pretty awesome companies and projects are a few of our users</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="row recent-builds">
|
<div class="row recent-builds">
|
||||||
|
<div class="landing-centered-wrapper">
|
||||||
<div class="medium-6 columns">
|
<div class="medium-6 columns">
|
||||||
<h2>Every minute there’s a new build triggered</h2>
|
<h2>Every minute there’s a new build triggered</h2>
|
||||||
<p>Here are just a few projects currently running on Travis CI</p>
|
<p>Here are just a few projects currently running on Travis CI</p>
|
||||||
|
@ -61,7 +63,7 @@
|
||||||
<h1>Testing your open source project is always 10,000% free</h1>
|
<h1>Testing your open source project is always 10,000% free</h1>
|
||||||
<p><span class="bold-italic">Seriously. Always.</span> We like to think of it as our way of giving back to a community that gives us so much as well.</p>
|
<p><span class="bold-italic">Seriously. Always.</span> We like to think of it as our way of giving back to a community that gives us so much as well.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="landing-centered-wrapper">
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row private-repos">
|
<div class="row private-repos">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user