directly include icons as svgs

This commit is contained in:
Niklas Buschmann
2020-02-18 17:55:14 +01:00
parent 56ce3fcba0
commit d1ebe75f4e
7 changed files with 56439 additions and 17 deletions

View File

@@ -29,6 +29,11 @@
text-decoration: inherit;
}
.fa, .fab, .fad, .fal, .far, .fas {
margin-right: 1.2em;
.icons svg {
height: 1em;
width: 1em;
fill: currentColor;
transition: .2s color;
vertical-align: middle;
margin-bottom: .15em;
}

View File

@@ -51,6 +51,10 @@ article header h1 {
font-size: 2em;
}
.icons svg {
margin-right: 1rem;
}
.description {
margin: 2em 0;
}