Skip to content

Commit

Permalink
Add and style site footer small
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie Evans committed Dec 13, 2018
1 parent 80ffd46 commit f0d62f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/sass/components/site-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
}
.SiteFooter-small {
@include font(10px, 17px);
text-align: center;
text-transform: uppercase;
}
.SiteFooter-icons {
Expand Down
4 changes: 3 additions & 1 deletion components/02-units/site-footer/site-footer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ module.exports = {
"inputGroupID": "ID2",
"inputGroupPlaceholder": "Enter email address",
"inputGroupMicrocopy": "Low volume mailing list. Just for events & conference updates. <a href=\"#\">See an example</a>",
"inputGroupModifiers": "highlight"
"inputGroupModifiers": "highlight",
"siteFooterSmall": "© 2005‑now Clearleft Ltd. All rights reserved.",

}
}

0 comments on commit f0d62f6

Please sign in to comment.