Commit 25a586b4 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: more centered download link

parent 793da8ee
...@@ -14,10 +14,8 @@ ...@@ -14,10 +14,8 @@
<section class="belt download"> <section class="belt download">
<div class="container"> <div class="container">
<div class="row"> <div class="download-container">
<div class="span6 offset3"> <h2 class="uppercase"><a href="#">Download v0.1</a></h2>
<img class="pull-left download-arrow" src="/images/down_arrow.png" alt="down_arrow" />
<h2><a href="#">Download v0.1</a></h2>
<small class="uppercase mono"> <small class="uppercase mono">
<a href="#"> <a href="#">
Release Notes Release Notes
...@@ -27,7 +25,6 @@ ...@@ -27,7 +25,6 @@
</small> </small>
</div> </div>
</div> </div>
</div>
</section> </section>
<section class="about padded-lg text-center"> <section class="about padded-lg text-center">
......
...@@ -14,21 +14,26 @@ ...@@ -14,21 +14,26 @@
@extend .padded-sm; @extend .padded-sm;
} }
.download-arrow { .download-container {
margin: 5px 30px 0 0; background: url(/images/down_arrow.png) no-repeat top left;
@include respond-to(mobile) { min-height: 73px;
margin-left: $baseline; width: 320px;
margin-top: -10px; margin: 0 auto;
margin-right: $baseline; padding-left: 100px;
}
} }
h2 { h2 {
margin: 15px auto 0; font-family: $serif;
font-size: 38px;
color: #7bc6b1;
margin: 0px;
padding: 0px;
padding-top: 7px;
padding-bottom: 3px;
line-height: 1.0; line-height: 1.0;
@include respond-to(mobile) {
font-size: 25px; &:hover {
line-height: (30/25); color: $dark-background;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment