diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 7770382..1893e1d 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -151,10 +151,4 @@ .violet { color: var(--violet-700); } - - main p { - max-width: 800px; - margin-left: auto; - margin-right: auto; - } diff --git a/src/routes/styles/global.css b/src/routes/styles/global.css index 7948be0..20c5405 100644 --- a/src/routes/styles/global.css +++ b/src/routes/styles/global.css @@ -68,6 +68,14 @@ header { font-family: 'Gilbert', sans-serif; } +main p, +ul, +ol { + max-width: 800px; + margin-left: auto; + margin-right: auto; +} + h1, h2, h3 { @@ -75,7 +83,8 @@ h3 { } p { - margin-top: var(--gap-1); + margin-top: var(--gap-0-25); + margin-bottom: var(--gap-1); } @keyframes fadein { diff --git a/src/routes/tattoo/+page.svelte b/src/routes/tattoo/+page.svelte index 426faf3..ab07f06 100644 --- a/src/routes/tattoo/+page.svelte +++ b/src/routes/tattoo/+page.svelte @@ -1,6 +1,7 @@ @@ -33,7 +34,7 @@ ⠀ | ⠀ ◜ | . - ( ﹙ ◑ + ( ﹙ ◑ ⠀ ◟ | ⠀ | @@ -82,6 +83,10 @@ person I felt unconditional love with. + + I look forward to adding many more dots over my lifetime whenever I find a new achievable goal + to strive toward. + Ripples The ripples represent the endless possibilities of what I might be at any given moment. They @@ -94,9 +99,10 @@ represents collapsing the probabilities with sharp observation into rigid actualities. In this case, the actualities are the particles, of which I have two presently. + Why a Compass? - I look forward to adding many more dots over my lifetime whenever I find a new achievable goal - to strive toward. + Because it points me forward, it orients me. If I am ever wondering why I'm here I can glance + down and see at least two reasons why I am here; two reasons which inspire me to get to work. @@ -148,13 +154,10 @@ border-radius: 50%; } ul { - margin: 1rem 0; + margin-top: 1rem; + margin-bottom: 2rem; } li { margin-bottom: 0.5rem; } - h1 { - text-align: left; - margin: 0; - }
+ I look forward to adding many more dots over my lifetime whenever I find a new achievable goal + to strive toward. +
The ripples represent the endless possibilities of what I might be at any given moment. They @@ -94,9 +99,10 @@ represents collapsing the probabilities with sharp observation into rigid actualities. In this case, the actualities are the particles, of which I have two presently.
- I look forward to adding many more dots over my lifetime whenever I find a new achievable goal - to strive toward. + Because it points me forward, it orients me. If I am ever wondering why I'm here I can glance + down and see at least two reasons why I am here; two reasons which inspire me to get to work.