From 781b55aa5cbac10cb498c249bed7a9be1e8f226e Mon Sep 17 00:00:00 2001 From: august kline Date: Sun, 18 Aug 2024 13:09:14 -0400 Subject: [PATCH] Added icon & resume --- index.html | 10 ++++++---- src/style.css | 8 +++++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 2d85599..e799228 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + ʕ·ᴥ·ʔ- august kline @@ -11,16 +11,18 @@
- -

ʕ·ᴥ·ʔ- hi! i'm august. or kline. whichever u prefer

+

ʕ·ᴥ·ʔ- hi! i'm august. or kline.

i like to build systems. lately i've been working on george. -
here's my + here's my git and my cohost and my email + (and my + resume + if ur into that sorta thing)

diff --git a/src/style.css b/src/style.css index 510c84b..82da0e6 100644 --- a/src/style.css +++ b/src/style.css @@ -36,12 +36,14 @@ html { h1 { font-size: 1.5rem; - margin: 0; + margin-block: 0.5rem; } p { font-size: 1.5rem; margin: 0; + text-align: justify; + inline-size: 100%; } a { @@ -73,6 +75,6 @@ img { box-shadow: 0rem 0rem 1.5rem white; /* box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2); */ /* border-radius: 0.5rem; */ - padding: 0.8rem 0.8rem; - max-inline-size: 50%; + padding: 0.8rem 1.6rem; + inline-size: clamp(20rem, 30%, 40rem); }