Skip to content

Commit c9e1af8

Browse files
committed
adjusted formatting slightly, added more text to the tattoo page
1 parent 5ad07c0 commit c9e1af8

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

src/routes/+page.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,4 @@
151151
.violet {
152152
color: var(--violet-700);
153153
}
154-
155-
main p {
156-
max-width: 800px;
157-
margin-left: auto;
158-
margin-right: auto;
159-
}
160154
</style>

src/routes/styles/global.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,23 @@ header {
6868
font-family: 'Gilbert', sans-serif;
6969
}
7070

71+
main p,
72+
ul,
73+
ol {
74+
max-width: 800px;
75+
margin-left: auto;
76+
margin-right: auto;
77+
}
78+
7179
h1,
7280
h2,
7381
h3 {
7482
color: var(--sea-900);
7583
}
7684

7785
p {
78-
margin-top: var(--gap-1);
86+
margin-top: var(--gap-0-25);
87+
margin-bottom: var(--gap-1);
7988
}
8089

8190
@keyframes fadein {

src/routes/tattoo/+page.svelte

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script>
22
import Zephiris from '$lib/Zephiris.svelte';
33
import Header from '../Header.svelte';
4+
import '../styles/reset.css';
45
</script>
56

67
<nav>
@@ -33,7 +34,7 @@
3334
<td>
3435
⠀&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br />
3536
⠀&nbsp;◜&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;.<br />
36-
(&nbsp; ﹙◑&nbsp;<br />
37+
(&nbsp; ﹙&nbsp;◑&nbsp;<br />
3738
⠀&nbsp;◟&nbsp;&nbsp;&nbsp;|<br />
3839
⠀&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|
3940
</td>
@@ -82,6 +83,10 @@
8283
person I felt unconditional love with.
8384
</li>
8485
</ul>
86+
<p>
87+
I look forward to adding many more dots over my lifetime whenever I find a new achievable goal
88+
to strive toward.
89+
</p>
8590
<h3>Ripples</h3>
8691
<p>
8792
The ripples represent the endless possibilities of what I might be at any given moment. They
@@ -94,9 +99,10 @@
9499
represents collapsing the probabilities with sharp observation into rigid actualities. In this
95100
case, the actualities are the particles, of which I have two presently.
96101
</p>
102+
<h3>Why a Compass?</h3>
97103
<p>
98-
I look forward to adding many more dots over my lifetime whenever I find a new achievable goal
99-
to strive toward.
104+
Because it points me forward, it orients me. If I am ever wondering why I'm here I can glance
105+
down and see at least two reasons why I am here; two reasons which inspire me to get to work.
100106
</p>
101107
</article>
102108
</main>
@@ -148,13 +154,10 @@
148154
border-radius: 50%;
149155
}
150156
ul {
151-
margin: 1rem 0;
157+
margin-top: 1rem;
158+
margin-bottom: 2rem;
152159
}
153160
li {
154161
margin-bottom: 0.5rem;
155162
}
156-
h1 {
157-
text-align: left;
158-
margin: 0;
159-
}
160163
</style>

0 commit comments

Comments
 (0)