From bfa650ac1797387022926bc1f365379098e92710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Sun, 27 Jul 2025 14:19:54 +0200 Subject: [PATCH] fix: small text breaking --- index.html | 4 ++-- styles.css | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9d7c281..05263f1 100644 --- a/index.html +++ b/index.html @@ -247,8 +247,8 @@

- I'm currently working on new fascinating projects, so be sure to - follow me! + I'm currently working on new fascinating
+ projects, so be sure to follow me!

Student / Software Developer

diff --git a/styles.css b/styles.css index e416df6..d8afe70 100644 --- a/styles.css +++ b/styles.css @@ -400,6 +400,11 @@ a:focus { grid-row: 1; } + .small-text { + text-align: center; + margin: 0.5em 0; + } + .footer { margin-top: 0.25in; position: static;