💄 style: smaller socials; add Zola & tabi mention
💄 style: smaller socials; add Zola & tabi mention
This commit is contained in:
commit
450c896ba7
@ -29,7 +29,7 @@ footer nav {
|
|||||||
|
|
||||||
.social {
|
.social {
|
||||||
background-image: unset;
|
background-image: unset;
|
||||||
padding: 1vmin;
|
padding: 0.5vmin;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -38,9 +38,8 @@ footer nav {
|
|||||||
.social>img {
|
.social>img {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
aspect-ratio: 1/1;
|
aspect-ratio: 1/1;
|
||||||
width: 1.6rem;
|
width: 1.5rem;
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 0.7vmin;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.social {
|
.social {
|
||||||
@ -64,3 +63,8 @@ footer nav {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.credits {
|
||||||
|
font-size: 0.88rem;
|
||||||
|
color: var(--meta-color);
|
||||||
|
}
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</nav>
|
</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>
|
</section>
|
||||||
<script src="{{ get_url(path='js/main.js', trailing_slash=false) | safe }}"/></script>
|
<script src="{{ get_url(path='js/main.js', trailing_slash=false) | safe }}"/></script>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user