diff --git a/pages/about.html b/pages/about.html index d0dddaf..e6d6ce7 100644 --- a/pages/about.html +++ b/pages/about.html @@ -1,2 +1,2 @@
Hi there! I am Niki and welcome to my website, I make stuff with computers. My current project is roplus.dev!
\ No newline at end of file +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 Snow Bunting. Writing is not really my expertise so I am sorta just dumping stuff here.
\ No newline at end of file diff --git a/styles.css b/styles.css index 2d7aa08..8256f51 100644 --- a/styles.css +++ b/styles.css @@ -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 {