Simplify footer

This commit is contained in:
Ivan R. 2023-12-03 19:33:05 +05:00
parent da07f51dd2
commit 5a61862a34
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -1,5 +1,4 @@
<footer>
<h2>Сайт</h2>
<div class="list">
<a href="/rss.xml">
<img
@ -21,7 +20,6 @@
</a>
</div>
<h2>Автор</h2>
<div class="list">
<a href="https://m.comfycamp.space/@lumin" rel="me" target="_blank">
<img
@ -63,6 +61,7 @@
}
.list {
margin-top: 1em;
display: flex;
gap: 16px;
flex-wrap: wrap;