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 {
|
.service .image img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: 50% 50%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service .tag {
|
.service .tag {
|
||||||
|
|
|
@ -59,7 +59,8 @@ nav .space {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin-top: 32px;
|
margin-top: 64px;
|
||||||
|
margin-bottom: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .link-row {
|
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>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<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">
|
<div class="link-row">
|
||||||
<a href="https://m.comfycamp.space/@lumin" rel="me">
|
<a href="https://m.comfycamp.space/@lumin" rel="me">
|
||||||
<img src="/assets/icons/mastodon.svg" height="20" width="20" alt="" />
|
<img src="/assets/icons/mastodon.svg" height="20" width="20" alt="" />
|
||||||
|
@ -53,18 +46,18 @@
|
||||||
</a>
|
</a>
|
||||||
<a href="mailto:admin@comfycamp.space">
|
<a href="mailto:admin@comfycamp.space">
|
||||||
<img src="/assets/icons/mail.svg" height="20" width="20" alt="" />
|
<img src="/assets/icons/mail.svg" height="20" width="20" alt="" />
|
||||||
admin@comfycamp.space
|
Email
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="link-row">
|
<div class="link-row">
|
||||||
<a href="https://matrix.to/#/@lumin:matrix.comfycamp.space">
|
<a href="https://matrix.to/#/@lumin:matrix.comfycamp.space">
|
||||||
<img src="/assets/icons/matrix.svg" height="20" width="20" alt="" />
|
<img src="/assets/icons/matrix.svg" height="20" width="20" alt="" />
|
||||||
@lumin:matrix.comfycamp.space
|
Matrix
|
||||||
</a>
|
</a>
|
||||||
<a href="xmpp://lumin@xmpp.comfycamp.space">
|
<a href="xmpp://lumin@xmpp.comfycamp.space">
|
||||||
<img src="/assets/icons/xmpp.svg" height="20" width="20" alt="" />
|
<img src="/assets/icons/xmpp.svg" height="20" width="20" alt="" />
|
||||||
lumin@xmpp.comfycamp.space
|
XMPP
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue