fix account-card

This commit is contained in:
f0x 2024-07-28 22:25:37 +02:00
parent 9a3822e22d
commit e98b3e2021
2 changed files with 4 additions and 3 deletions

View file

@ -38,7 +38,7 @@
</header>
<div class="page-content">
<main class="single-page">
<nav aria-labelledby="toc">
<nav class="sidebar" aria-labelledby="toc">
<h2 id="toc">Table of Contents</h2>
<div>
<ol>
@ -84,7 +84,7 @@
<div>
<a href="http://localhost:8080/@admin" class="account-card">
<img class="avatar" src="http://localhost:8080/assets/default_avatars/GoToSocial_icon4.webp" alt="" />
<h2>admin</h2>
<b>admin</b>
<span>@admin</span>
</a>
<p>Email: <a href="mailto:admin@example.org">admin@example.org</a></p>

View file

@ -16,7 +16,8 @@
background: $list-entry-alternate-bg;
}
h3 {
b {
font-size: 1.25rem;
align-self: end;
margin: 0;
color: $fg;