- Added: custom.css

- Added: custom.css
pull/97/head
TRaSH 3 years ago
parent f882ca0485
commit d6b1d68fa7

@ -0,0 +1,3 @@
body {
margin-left: 1em;
}

@ -6,18 +6,19 @@
{% endblock %}
{% block content %}
{{ super() }}
<footer class="sponsorship">
<hr>
<a href="https://trash-guides.info/#buy-me-a-coffee" title="Buy me a Coffee"><img src="/img/buy-me-a-coffee.png" alt="Buy me a coffee" width=137" height="39">
</a>
<hr>
</footer>
{{ super() }}
<footer class="sponsorship">
<hr>
<a href="https://trash-guides.info/#buy-me-a-coffee" title="Buy me a Coffee"><img src="/img/buy-me-a-coffee.png" alt="Buy me a coffee" width=137" height="39">
</a>
<hr>
</footer>
{% endblock %}
{% block styles %}
{{ super() }}
<link rel="stylesheet" href="{{ base_url }}/css/lightgallery.min.css">
<link rel="stylesheet" href="{{ base_url }}/css/custom.css">
{% endblock styles %}
{% block libs %}
@ -33,4 +34,4 @@
lightGallery(elements[i]);
}
</script>
{% endblock scripts %}
{% endblock scripts %}

Loading…
Cancel
Save