Skip to content

Commit

Permalink
💄 style: smaller socials; add Zola & tabi mention
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Mar 7, 2023
1 parent 0f07a6e commit b7c8975
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 7 additions & 3 deletions sass/parts/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ footer nav {

.social {
background-image: unset;
padding: 1vmin;
padding: 0.5vmin;
display: flex;
justify-content: center;
align-items: center;
Expand All @@ -38,9 +38,8 @@ footer nav {
.social>img {
color: #000000;
aspect-ratio: 1/1;
width: 1.6rem;
width: 1.5rem;
height: auto;
padding: 0.7vmin;
}

.social {
Expand All @@ -64,3 +63,8 @@ footer nav {
}
}
}

.credits {
font-size: 0.88rem;
color: var(--meta-color);
}
3 changes: 3 additions & 0 deletions templates/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
{% endfor %}
{% endif %}
</nav>
<div class="credits">
<small>Powered by <a href="https://www.getzola.org" target="_blank">Zola</a> & <a href="https://github.com/welpo/tabi" target="_blank">tabi</a></small>
</div>
</section>
<script src="{{ get_url(path='js/main.js', trailing_slash=false) | safe }}"/></script>
</footer>

0 comments on commit b7c8975

Please sign in to comment.