Styling tweaks

This commit is contained in:
Jeff Avallone 2014-12-26 15:21:19 -05:00
parent efbd3aa762
commit 2007fd9e01
1 changed files with 7 additions and 4 deletions

View File

@ -49,7 +49,7 @@ ul.inline-list {
}
#deprecation-notice {
@include background(linear-gradient(to bottom, $green, $dark-green));
@include background(linear-gradient(top, $green, $dark-green));
background-color: $green;
padding: rhythm(1);
margin: rhythm(1);
@ -57,13 +57,17 @@ ul.inline-list {
@include box-shadow;
@include clearfix;
h1 {
font-family: 'Bangers', 'cursive';
}
p {
margin-top: rhythm(1);
}
}
header {
@include background(linear-gradient(to bottom, $green, $dark-green));
@include background(linear-gradient(top, $green, $dark-green));
background-color: $green;
padding: rhythm(1);
@include box-shadow;
@ -86,7 +90,6 @@ header {
display: inline-block;
margin-left: rhythm(1/4);
padding-left: rhythm(1/4);
border-left: 1px solid $black;
}
a {
@ -300,7 +303,7 @@ header {
@include adjust-font-size-to($base-font-size);
width: 100px;
border: 0 none;
@include background(linear-gradient(to bottom right, $green, $dark-green));
@include background(linear-gradient(top, $green, $dark-green));
background-color: $green;
float: left;
cursor: pointer;