Update main.css

This commit is contained in:
Dean Attali 2017-09-04 13:02:30 -07:00 committed by GitHub
parent 69cb8daf3b
commit 12892177d0

View File

@ -280,7 +280,7 @@ footer {
margin-top: 50px;
font-size: 14px;
{% if site.footer-col %}
background: {{ site.navbar-col }};
background: {{ site.footer-col }};
{% endif %}
{% if site.footer-img %}
background-image: url({{ site.footer-img }});