Compare commits

...

2 commits

Author SHA1 Message Date
310857d59c
Make object-fit property work 2024-11-06 16:38:44 +05:00
7810a2051b
Simplify footer
- Remove source code link
- Replace handles with service names
2024-11-06 16:37:48 +05:00
4 changed files with 7 additions and 13 deletions

View file

@ -26,7 +26,8 @@
.service .image img {
object-fit: cover;
object-position: 50% 50%;
width: 100%;
height: 100%;
}
.service .tag {

View file

@ -59,7 +59,8 @@ nav .space {
}
footer {
margin-top: 32px;
margin-top: 64px;
margin-bottom: 64px;
}
footer .link-row {

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#FFFFFF"><path d="M320-240 80-480l240-240 57 57-184 184 183 183-56 56Zm320 0-57-57 184-184-183-183 56-56 240 240-240 240Z"/></svg>

Before

Width:  |  Height:  |  Size: 229 B

View file

@ -39,13 +39,6 @@
</main>
<footer>
<div class="link-row">
<a href="https://git.comfycamp.space/lumin/comfycamp">
<img src="/assets/icons/code.svg" height="20" width="20" alt="" />
Исходный код
</a>
</div>
<div class="link-row">
<a href="https://m.comfycamp.space/@lumin" rel="me">
<img src="/assets/icons/mastodon.svg" height="20" width="20" alt="" />
@ -53,18 +46,18 @@
</a>
<a href="mailto:admin@comfycamp.space">
<img src="/assets/icons/mail.svg" height="20" width="20" alt="" />
admin@comfycamp.space
Email
</a>
</div>
<div class="link-row">
<a href="https://matrix.to/#/@lumin:matrix.comfycamp.space">
<img src="/assets/icons/matrix.svg" height="20" width="20" alt="" />
@lumin:matrix.comfycamp.space
Matrix
</a>
<a href="xmpp://lumin@xmpp.comfycamp.space">
<img src="/assets/icons/xmpp.svg" height="20" width="20" alt="" />
lumin@xmpp.comfycamp.space
XMPP
</a>
</div>
</footer>