Improve subtitle

This commit is contained in:
paku 2025-01-05 23:59:16 +09:00
parent d98e92fd3c
commit 1486a33bbd
2 changed files with 1 additions and 6 deletions

View file

@ -17,11 +17,7 @@
--><span>@skyizwhite.dev</span> --><span>@skyizwhite.dev</span>
</h1> </h1>
<p class="subtitle"> <p class="subtitle">
Web developer, Web developer
<br>
digital gardener,
<br>
Lisp enthusiast.
</p> </p>
<div class="links"> <div class="links">
<a href="https://github.com/skyizwhite" target="_blank">GitHub</a> <a href="https://github.com/skyizwhite" target="_blank">GitHub</a>

View file

@ -29,7 +29,6 @@ body {
.subtitle { .subtitle {
text-align: center; text-align: center;
font-size: 1.4em; font-size: 1.4em;
line-height: 1.5;
color: #555; color: #555;
} }