updating landing page to reflect small changes with new containers and such
This commit is contained in:
parent
b1dd498f17
commit
da2e1d0103
7
dist/css/skeleton.css
vendored
7
dist/css/skeleton.css
vendored
@ -250,8 +250,7 @@ input[type="password"],
|
|||||||
textarea {
|
textarea {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none; }
|
||||||
}
|
|
||||||
textarea {
|
textarea {
|
||||||
min-height: 65px;
|
min-height: 65px;
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
@ -378,8 +377,8 @@ hr {
|
|||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
margin-bottom: 3.5rem;
|
margin-bottom: 3.5rem;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-top: 1px solid #E1E1E1;
|
border-top: 1px solid #E1E1E1; }
|
||||||
}
|
|
||||||
|
|
||||||
/* Clearing
|
/* Clearing
|
||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||||
|
@ -68,14 +68,14 @@
|
|||||||
|
|
||||||
/* Bigger than 550 */
|
/* Bigger than 550 */
|
||||||
@media (min-width: 550px) {
|
@media (min-width: 550px) {
|
||||||
.hero {
|
|
||||||
padding: 12rem 0;
|
|
||||||
text-align: left;
|
|
||||||
height: 165px;
|
|
||||||
}
|
|
||||||
.section {
|
.section {
|
||||||
padding: 12rem 0 11rem;
|
padding: 12rem 0 11rem;
|
||||||
}
|
}
|
||||||
|
.hero {
|
||||||
|
padding-bottom: 12rem;
|
||||||
|
text-align: left;
|
||||||
|
height: 165px;
|
||||||
|
}
|
||||||
.phone {
|
.phone {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -7rem;
|
top: -7rem;
|
||||||
|
@ -37,7 +37,8 @@
|
|||||||
<!-- Primary Page Layout
|
<!-- Primary Page Layout
|
||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||||
|
|
||||||
<div class="section container hero">
|
<div class="section hero">
|
||||||
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="one-half column">
|
<div class="one-half column">
|
||||||
<h4 class="hero-heading">Stop coding non-responsive sites. Let users view sites from anywhere.</h4>
|
<h4 class="hero-heading">Stop coding non-responsive sites. Let users view sites from anywhere.</h4>
|
||||||
@ -49,6 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="section values">
|
<div class="section values">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -72,11 +74,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container section get-help">
|
<div class="section get-help">
|
||||||
|
<div class="container">
|
||||||
<h3 class="section-heading">Need help getting started?</h3>
|
<h3 class="section-heading">Need help getting started?</h3>
|
||||||
<p class="section-description">Skeleton is an amazingly easy place to start with responsive development. If you want to learn more, just visit the documentation!</p>
|
<p class="section-description">Skeleton is an amazingly easy place to start with responsive development. If you want to learn more, just visit the documentation!</p>
|
||||||
<a class="button button-primary" href="http://getskeleton.com">View Skeleton Docs</a>
|
<a class="button button-primary" href="http://getskeleton.com">View Skeleton Docs</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="section categories">
|
<div class="section categories">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Loading…
Reference in New Issue
Block a user