diff --git a/source/assets/stylesheets/extra.css b/source/assets/stylesheets/extra.css index 723d4584..de7d55d3 100644 --- a/source/assets/stylesheets/extra.css +++ b/source/assets/stylesheets/extra.css @@ -125,6 +125,10 @@ a.generated-grid-link p:last-of-type { max-width: 320px; } +.resource-item { + margin-bottom: .5em; +} + input, form, div, @@ -172,4 +176,4 @@ ol:not(.no-styling)>li:before { background-color: var(--md-default-fg-color--light); color: var(--md-default-bg-color); border-radius: 50%; -} \ No newline at end of file +} diff --git a/source/overrides/partials/content.html b/source/overrides/partials/content.html index 7b95b189..5d184c14 100644 --- a/source/overrides/partials/content.html +++ b/source/overrides/partials/content.html @@ -31,7 +31,7 @@

Help and support

Resources

{% for link in config.extra.resources %} -
+
{% include ".icons/" ~ link.icon ~ ".svg" %} @@ -64,4 +64,4 @@

Still need help?

-{% block footer %}{% endblock %} \ No newline at end of file +{% block footer %}{% endblock %}