Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Commit

Permalink
Small enhancements to footer style
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Stratton <[email protected]>
  • Loading branch information
mattstratton committed Feb 21, 2017
1 parent bb0105e commit f1e2203
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion static/css/site.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/site.css.map

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions static/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ a {
font-size: 1.3em;
text-transform: uppercase;
color: #0082AB;
margin-bottom: 1.5rem;
}

.footer-heading {
Expand All @@ -145,12 +146,12 @@ a {

h1.footer-heading {
font-size: 1.2em;
font-weight: 700;
font-weight: 400;
}

h2.footer-heading {
font-size: 1.1em;
font-weight: 300i;
font-weight: 300;
}

.footer-content {
Expand All @@ -160,7 +161,7 @@ h2.footer-heading {
color: #000;
}
a.footer-content {
font-weight: 700;
font-weight: 300;
color: #0082AB;
}

Expand All @@ -169,14 +170,13 @@ a.footer-content {
padding-top: 20px;
border-top: 5px solid #0082AB;
// background-color: desaturate( #0082AB, 80% );
padding-left:40px;
padding-right:40px;
}

// .footer-nav-col {
// padding: 2px;
// margin-left: 5px;
// margin-right: 5px;
// margin-top: 20px;
// }
.footer-nav-col {
padding-bottom: 30px;
}
//
// .footer-nav-col:first-child {
// // margin-left: 50 !important;
Expand Down

0 comments on commit f1e2203

Please sign in to comment.