Commit f63c1d43 authored by Cole Bemis's avatar Cole Bemis

Add base icon styles

parent 1e30c63b
<section>
{% for icon in site.data.icons %}
{% capture icon_path %}icons/{{ icon }}.svg{% endcapture %}
{% include_relative {{ icon_path }} %}
<div class="feather-icon">
{% include_relative {{ icon_path }} %}
</div>
{% endfor %}
</section>
\ No newline at end of file
......@@ -118,3 +118,18 @@ a {
}
}
}
.feather-icon {
display: inline-block;
width: 1.5rem;
height: 1.5rem;
stroke-width: 2px;
> svg {
width: 100%;
height: 100%;
stroke: currentColor;
stroke-width: inherit;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment