Skip to content

Commit

Permalink
Correct the block in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
haohangyan committed Sep 30, 2024
1 parent 0466f8b commit dd1108c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions indra/assemblers/html/templates/indra/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
text-align: left;
padding: 0.5em;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
height: 110px;
height: 65;
}

.footer h4, .footer p, .footer a {
Expand Down Expand Up @@ -157,7 +157,7 @@
{% if not simple %}
.content {
padding-top:85px;
padding-bottom: 110px
padding-bottom: 65px
}

@media (max-width: 1800px) {
Expand Down Expand Up @@ -255,6 +255,8 @@ <h2>{{ title }}</h2>
<div id="about-this-project">
{% block header_desc %}
{% endblock %}
{% block additional_footer %}
{% endblock %}
</div>
</div>
</footer>
Expand Down

0 comments on commit dd1108c

Please sign in to comment.