more css edits + removal default footer

This commit is contained in:
antilopa 2022-09-05 20:47:29 +02:00
parent 34d5cd728a
commit 8a0e7e3364
2 changed files with 8 additions and 3 deletions

View File

@ -31,11 +31,16 @@
}
.banner img{
.banner img {
width: 70%;
margin: 0 15%;
}
.main-nav {
width: 80%;
margin: 0 auto;
}
.ribbon {
background-color: #203040;
margin: auto;

View File

@ -53,11 +53,11 @@
{% endblock %}
{% block footer %}
<div class="footer text-center">
<!--div class="footer text-center">
<div class="wrapper padding">
<p><a href="https://getgrav.org">Grav</a> was <i class="fa fa-code"></i> with <i class="fa fa-heart"></i> by <a href="https://trilby.media">Trilby Media, LLC</a>.</p>
</div>
</div>
</div-->
{% endblock %}
{% block bottom %}