Simplify footer
This commit is contained in:
parent
da07f51dd2
commit
5a61862a34
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue