From 5cb6da910917c36de3bb481dd32c712b97ab2567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Thu, 10 Jul 2025 17:54:04 +0200 Subject: [PATCH] feat: minor site improvements --- index.html | 3 ++- styles.css | 14 +++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 45e7963..39220a7 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,8 @@
-

[📎 cv] [📧 contact]

+ [📎 cv] + [📧 contact] diff --git a/styles.css b/styles.css index 42b393a..f6af333 100644 --- a/styles.css +++ b/styles.css @@ -91,7 +91,7 @@ body { box-sizing: border-box; width: 8.5in; /* height: 11in; */ - height: 8in; + height: 9in; margin-top: 5px; margin-bottom: 5px; background-color: var(--surface); @@ -149,6 +149,8 @@ a:focus { .world { grid-area: world; + display: flex; + gap: 0.5em; } .aside { @@ -165,6 +167,7 @@ a:focus { grid-template-columns: 0.3fr 0.7fr; column-gap: 0.5in; align-self: end; + margin-top: 1.5em; } .copyright { @@ -352,7 +355,7 @@ a:focus { box-shadow: none; display: grid; grid-template-columns: 1fr; - grid-template-rows: 0.85in 0.2fr 0.4fr auto; + grid-template-rows: 0.1fr 0.2fr 0.4fr auto; gap: 0px 0px; grid-template-areas: "header" @@ -364,6 +367,10 @@ a:focus { overflow: auto; } + .header { + font-size: 2em; + } + .theme:focus, .theme:active, .theme:hover { @@ -377,7 +384,8 @@ a:focus { .bio { grid-template-columns: none; grid-template-rows: 2.5in 1fr; - place-items: center; + justify-content: center; + align-items: center; padding: 0; }