Skip to content

Commit fcdabef

Browse files
committed
made the font bigger
1 parent 7066a4b commit fcdabef

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/routes/+page.svelte

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@
1414
</svelte:head>
1515

1616
<p>
17-
My preferred name is <Audio inline src="audio/zephiris.wav"><Zephiris /></Audio> and my preferred pronouns are
18-
<span class="andro">they/them</span>. I am a full stack programmer currently studying @ UCSC. My
19-
former name, a name which I loved, is <span class="masc gilbert">Zephyr</span>. That said, I am
17+
My preferred name is <Audio inline src="audio/zephiris.wav"><Zephiris /></Audio> and my preferred pronouns
18+
are
19+
<span class="andro">they/them</span>. I am a full stack programmer currently studying @ UCSC.
20+
</p>
21+
<p>
22+
My former name, a name which I loved, is <span class="masc gilbert">Zephyr</span>. That said, I am
2023
changing it because <span class="masc gilbert">Zephyr</span> has a bit of a
2124
<span class="masc"> masculine</span>
2225
connotation. Since I am <span class="andro">nonbinary</span> I prefer a name which mixes

src/routes/styles/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
background-color: var(--plum);
3636
color: var(--white);
3737
line-height: 1.75;
38+
font-size: 1.25rem;
3839
}
3940

4041
html,

0 commit comments

Comments
 (0)