From 1e01d1cafd9ff83d4f2585a2450e8c88aab1a8b1 Mon Sep 17 00:00:00 2001 From: e Date: Sun, 25 Feb 2024 21:49:44 +0100 Subject: [PATCH] wip --- style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index d8dc8e5..6f3995b 100644 --- a/style.css +++ b/style.css @@ -3,10 +3,7 @@ width: 2em; } -#portrait { - width: 10em; - border-radius: 100%; -} + body { height: 100vh; margin: 0; @@ -17,7 +14,12 @@ main { align-items: center; font-family:'Courier'; height: 100%; - font-size: 1.5em; + font-size: 1em; +} + +#portrait { + width: 150px; + border-radius: 100%; } main > * {