Remove subtitle

This commit is contained in:
paku 2025-01-07 12:43:37 +09:00
parent 1486a33bbd
commit a87663a597
2 changed files with 0 additions and 9 deletions

View file

@ -16,9 +16,6 @@
<span>paku</span><!--
--><span>@skyizwhite.dev</span>
</h1>
<p class="subtitle">
Web developer
</p>
<div class="links">
<a href="https://github.com/skyizwhite" target="_blank">GitHub</a>
<a href="https://himagine.club/@skyizwhite" target="_blank">Fediverse</a>

View file

@ -26,12 +26,6 @@ body {
font-size: 1.8em;
}
.subtitle {
text-align: center;
font-size: 1.4em;
color: #555;
}
.links {
display: flex;
flex-direction: column;