update font and about page

This commit is contained in:
Pat Dryburgh
2018-07-31 10:08:53 -07:00
parent 7846ac8845
commit 3427bd6ffc
14 changed files with 733 additions and 19 deletions

View File

@ -1,8 +1,8 @@
@mixin divider {
content: "";
border: 0;
display: block;
width: 152px;
height: 12px;
margin: .5em auto 0;
background-image: url(#{$asset_url}/images/divider.svg);
background: url(#{$asset_url}/images/divider.svg) no-repeat top center;
}