Update main.css
This commit is contained in:
parent
69cb8daf3b
commit
12892177d0
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ footer {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
{% if site.footer-col %}
|
{% if site.footer-col %}
|
||||||
background: {{ site.navbar-col }};
|
background: {{ site.footer-col }};
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if site.footer-img %}
|
{% if site.footer-img %}
|
||||||
background-image: url({{ site.footer-img }});
|
background-image: url({{ site.footer-img }});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue