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/public/augustcircle.png b/public/augustcircle.png new file mode 100644 index 0000000..5b610f6 Binary files /dev/null and b/public/augustcircle.png differ diff --git a/public/augustklineResume.pdf b/public/augustklineResume.pdf new file mode 100644 index 0000000..87da35b Binary files /dev/null and b/public/augustklineResume.pdf differ 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); }