Inlined SVGs, fixed build

This commit is contained in:
Sam Potts
2017-10-26 00:10:56 +11:00
parent 9de5c0cf39
commit 959b5a20e3
13 changed files with 58 additions and 156 deletions

View File

@ -27,6 +27,9 @@ main {
}
aside {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: (@spacing-base * 0.75);
background: #fff;
@ -34,6 +37,15 @@ aside {
color: @gray;
text-shadow: none;
.icon {
margin-right: (@spacing-base / 2);
fill: @color-twitter;
}
p {
margin: 0;
}
a {
color: @color-twitter;

View File

@ -2,4 +2,4 @@
// Icons
// ==========================================================================
@icon-size: 18px;
@icon-size: 16px;