Mae's website :3 maemoon.me
personal website svelte sveltekit
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

padding

+2 -4
+1 -1
src/lib/global.css
··· 22 22 p { 23 23 font-family: 'Inter'; 24 24 font-size: 1.2rem; 25 + padding-bottom: 1.2rem; 25 26 } 26 27 27 28 li { ··· 49 50 50 51 .section { 51 52 font-size: 1.5rem; 52 - padding-top: 0.5em; 53 53 padding-bottom: 0.5em; 54 54 }
+1 -3
src/routes/+page.svelte
··· 33 33 <br /> 34 34 <p>Hi! I'm Mae! I'm a highschool student living in Canada. I'm transfem and use she/her pronouns! I enjoy coding, playing video games, and music.</p> 35 35 <h2 class="section">Projects</h2> 36 - <ul> 37 - <li>Coming soon-ish</li> 38 - </ul> 36 + <p>Coming soon-ish</p> 39 37 <h2 class="section">Contact</h2> 40 38 <p>Discord ~ cute_catgirl</p> 41 39 <p>Email ~ maemoon@proton.me</p>