michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit f0694eab4d1b7dd65ffc24c116736c86258bb942
parent fc4f5183cebff60a3255c2584c19ae270b41b302
Author: MichaƂ Sapka <michal@sapka.me>
Date:   Tue, 10 Jan 2023 20:57:10 +0100

feat: bigger logo text

Diffstat:
Mstatic/style.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/static/style.css b/static/style.css @@ -51,6 +51,7 @@ text-decoration: none; } h1 { + font-size: 2.5em; margin: 0; text-transform: uppercase; }