fix: small text breaking

This commit is contained in:
2025-07-27 14:19:54 +02:00
parent 4843c42147
commit bfa650ac17
2 changed files with 7 additions and 2 deletions

View File

@@ -247,8 +247,8 @@
<div class="bio"> <div class="bio">
<p class="small-text"> <p class="small-text">
I'm currently working on new fascinating projects, so be sure to I'm currently working on new fascinating<br />
follow me! projects, so be sure to follow me!
</p> </p>
<h2 class="coiny-regular">Student / Software Developer</h2> <h2 class="coiny-regular">Student / Software Developer</h2>

View File

@@ -400,6 +400,11 @@ a:focus {
grid-row: 1; grid-row: 1;
} }
.small-text {
text-align: center;
margin: 0.5em 0;
}
.footer { .footer {
margin-top: 0.25in; margin-top: 0.25in;
position: static; position: static;