Update about

This commit is contained in:
2026-09-13 10:52:18 +02:00
parent 387361b0a3
commit 4064853ea7
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
<h1>About</h1>
<p>Hi there! I am Niki and welcome to my website, I make stuff with computers. My current project is <a href="https://roplus.dev" target="_blank" rel="noopener">roplus.dev</a>!</p>
<p>Hi there! I am Niki and welcome to my website. I am a gay guy studying computer science in Denmark. In case you did not know I am in face a furry and my fursona is a <a href="https://en.wikipedia.org/wiki/Snow_bunting" target="_blank" rel="noopener">Snow Bunting</a>. Writing is not really my expertise so I am sorta just dumping stuff here.</p>
+2 -1
View File
@@ -10,7 +10,7 @@ body {
display: flex;
flex-direction: column;
justify-content: flex-start;
padding: clamp(1.5rem, 8vw, 6rem);;
padding: clamp(2rem, 8vw, 6rem);
box-sizing: border-box;
position: relative;
}
@@ -122,6 +122,7 @@ footer {
font-size: 0.8rem;
gap: 1rem;
transition: opacity 0.3s;
flex-wrap: wrap;
}
footer p {