1
0
Fork 0

Make header image edges ~1px rounded

This commit is contained in:
Raymond Wanyoike 2017-11-21 15:11:43 +03:00
commit 413bb6e5ae

View file

@ -2,7 +2,7 @@
{% if SITEIMAGE %}
<div class="col-sm-4">
<a href="{{ SITEURL }}/">
<img class="img-fluid" src={{ SITEURL }}{{ SITEIMAGE }} alt="{{ SITENAME }}">
<img class="img-fluid rounded" src={{ SITEURL }}{{ SITEIMAGE }} alt="{{ SITENAME }}">
</a>
</div>
{% endif %}