Compare commits
2 commits
4f8f045d52
...
310857d59c
Author | SHA1 | Date | |
---|---|---|---|
310857d59c | |||
7810a2051b |
4 changed files with 7 additions and 13 deletions
|
@ -26,7 +26,8 @@
|
|||
|
||||
.service .image img {
|
||||
object-fit: cover;
|
||||
object-position: 50% 50%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.service .tag {
|
||||
|
|
|
@ -59,7 +59,8 @@ nav .space {
|
|||
}
|
||||
|
||||
footer {
|
||||
margin-top: 32px;
|
||||
margin-top: 64px;
|
||||
margin-bottom: 64px;
|
||||
}
|
||||
|
||||
footer .link-row {
|
||||
|
|
|
@ -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 |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue