Merge branch 'feature/css-edits' into develop

This commit is contained in:
Michael Rose 2016-06-06 12:16:41 -04:00
commit 972e55c938
3 changed files with 2 additions and 3 deletions

View file

@ -35,7 +35,7 @@
.archive__item-title { .archive__item-title {
margin-bottom: 0.25em; margin-bottom: 0.25em;
font-family: $sans-serif-narrow; font-family: $sans-serif-narrow;
font-size: $type-size-5; // font-size: $type-size-5;
} }
.archive__item-excerpt { .archive__item-excerpt {

View file

@ -184,7 +184,6 @@ body:hover .visually-hidden button {
.social-icons { .social-icons {
.fa { .fa {
color: #000; color: #000;
display: initial;
} }
.fa-behance, .fa-behance,

File diff suppressed because one or more lines are too long