Skip to content

Commit

Permalink
adjusted formatting slightly, added more text to the tattoo page
Browse files Browse the repository at this point in the history
  • Loading branch information
zphrs committed Sep 16, 2024
1 parent 5ad07c0 commit c9e1af8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
6 changes: 0 additions & 6 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,4 @@
.violet {
color: var(--violet-700);
}
main p {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
</style>
11 changes: 10 additions & 1 deletion src/routes/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,23 @@ header {
font-family: 'Gilbert', sans-serif;
}

main p,
ul,
ol {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}

h1,
h2,
h3 {
color: var(--sea-900);
}

p {
margin-top: var(--gap-1);
margin-top: var(--gap-0-25);
margin-bottom: var(--gap-1);
}

@keyframes fadein {
Expand Down
19 changes: 11 additions & 8 deletions src/routes/tattoo/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script>
import Zephiris from '$lib/Zephiris.svelte';
import Header from '../Header.svelte';
import '../styles/reset.css';
</script>

<nav>
Expand Down Expand Up @@ -33,7 +34,7 @@
<td>
⠀&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br />
⠀&nbsp;◜&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;.<br />
(&nbsp; ﹙◑&nbsp;<br />
(&nbsp; ﹙&nbsp;◑&nbsp;<br />
⠀&nbsp;◟&nbsp;&nbsp;&nbsp;|<br />
⠀&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|
</td>
Expand Down Expand Up @@ -82,6 +83,10 @@
person I felt unconditional love with.
</li>
</ul>
<p>
I look forward to adding many more dots over my lifetime whenever I find a new achievable goal
to strive toward.
</p>
<h3>Ripples</h3>
<p>
The ripples represent the endless possibilities of what I might be at any given moment. They
Expand All @@ -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.
</p>
<h3>Why a Compass?</h3>
<p>
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.
</p>
</article>
</main>
Expand Down Expand Up @@ -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;
}
</style>

0 comments on commit c9e1af8

Please sign in to comment.