alignment fix

This commit is contained in:
Tyler 2024-06-10 19:15:29 +01:00
parent c31b5387d0
commit 6ce291cec8
2 changed files with 8 additions and 4 deletions

View File

@ -40,11 +40,11 @@
</div>
<div id="socials">
<h2 class="highlighted">socials</h2>
<div>
<div class="social-links">
<div class="fake-logo"></div>
<a href="mailto:admin@shr4pnel.com">My email</a>
</div>
<div>
<div class="social-links">
<img
src="/assets/graphics/github-mark.svg"
alt="github logo"
@ -55,13 +55,13 @@
github/shrapnelnet
</a>
</div>
<div>
<div class="social-links">
<img src="/assets/graphics/mastodon.svg" alt="mastodon logo" width="32" height="32"/>
<a href="https://comp.lain.la/users/tyler" target="_blank" rel="noreferrer">
@tyler@comp.lain.la
</a>
</div>
<div>
<div class="social-links">
<img src="/assets/graphics/rss_optimised.png" alt="rss logo" width="32" height="32"/>
<a href="/feed.xml">RSS feed</a>
</div>

View File

@ -172,6 +172,10 @@ div.friend-container.lain > a > img {
height: 60px;
}
div.social-links > a {
text-align: left;
}
@media only screen and (max-width: 900px) {
.card {
min-width: unset;