directly include icons as svgs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -51,6 +51,10 @@ article header h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.icons svg {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.description {
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user