From: Ben Larson <10101828+ben-larson@users.noreply.github.com> Date: Thu, 25 Mar 2021 00:40:22 +0000 (-0500) Subject: Tweak styles X-Git-Url: http://git.neb.cc/?a=commitdiff_plain;h=b2b8cc6edbc99854b08026ce8ca013b90e4ae97d;p=xyz.git Tweak styles --- diff --git a/src/index.html b/src/index.html index d061502..2eb438f 100644 --- a/src/index.html +++ b/src/index.html @@ -15,8 +15,8 @@

I am a software developer in Nashville, Tennissee. For the past two years I've been working on the Marketing Technology team at - Ramsey. Before that I was - in school at Saint Anselm College, + Ramsey. Before that I was + in school at Saint Anselm College, where I got a bachelor's degree in Computer Science, and minored in Philosophy and German.

@@ -43,13 +43,13 @@

Like so many other devs, I often spend my free time coding. Many of my side projects are hosted on - my git server. One of these is - Isidore, a Catholic digital assistant chatbot that gets its information from - APIs other people built. Sometimes I answer people's questions on + my git server. One of these is + Isidore, a Catholic digital + assistant chatbot that gets its information from APIs other people + built. Sometimes I answer people's questions on Stack Overflow. + >Stack Overflow.

diff --git a/src/styles/main.css b/src/styles/main.css index 8e73555..38b67fa 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -26,7 +26,7 @@ body { font-family: eadui; font-size: 2rem; background-image: var(--parchment); - background-size: 8px; + background-size: 8px 6px; background-repeat: repeat; color: var(--text-color-primary); text-shadow: var(--text-shadow); @@ -49,6 +49,7 @@ main { z-index: -1; position: absolute; left: 0; + width: 100%; text-shadow: none; color: var(--text-color-fill); } @@ -120,15 +121,15 @@ b::first-letter { @media (max-width: 45em) { body { - font-size: 1.3em; + font-size: 1.75em; } main { - padding: 2rem; + padding: 2rem 1rem; } h1 { - font-size: 4rem; + font-size: 4.5rem; margin-bottom: 1rem; text-align: center; }