alignment fix
This commit is contained in:
parent
c31b5387d0
commit
6ce291cec8
@ -40,11 +40,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="socials">
|
<div id="socials">
|
||||||
<h2 class="highlighted">socials</h2>
|
<h2 class="highlighted">socials</h2>
|
||||||
<div>
|
<div class="social-links">
|
||||||
<div class="fake-logo"></div>
|
<div class="fake-logo"></div>
|
||||||
<a href="mailto:admin@shr4pnel.com">My email</a>
|
<a href="mailto:admin@shr4pnel.com">My email</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="social-links">
|
||||||
<img
|
<img
|
||||||
src="/assets/graphics/github-mark.svg"
|
src="/assets/graphics/github-mark.svg"
|
||||||
alt="github logo"
|
alt="github logo"
|
||||||
@ -55,13 +55,13 @@
|
|||||||
github/shrapnelnet
|
github/shrapnelnet
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="social-links">
|
||||||
<img src="/assets/graphics/mastodon.svg" alt="mastodon logo" width="32" height="32"/>
|
<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">
|
<a href="https://comp.lain.la/users/tyler" target="_blank" rel="noreferrer">
|
||||||
@tyler@comp.lain.la
|
@tyler@comp.lain.la
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="social-links">
|
||||||
<img src="/assets/graphics/rss_optimised.png" alt="rss logo" width="32" height="32"/>
|
<img src="/assets/graphics/rss_optimised.png" alt="rss logo" width="32" height="32"/>
|
||||||
<a href="/feed.xml">RSS feed</a>
|
<a href="/feed.xml">RSS feed</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -172,6 +172,10 @@ div.friend-container.lain > a > img {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.social-links > a {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 900px) {
|
@media only screen and (max-width: 900px) {
|
||||||
.card {
|
.card {
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user