aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app.css4
-rw-r--r--src/lib/components/Main.svelte6
2 files changed, 3 insertions, 7 deletions
diff --git a/src/app.css b/src/app.css
index 3363b06..b7e2363 100644
--- a/src/app.css
+++ b/src/app.css
@@ -78,10 +78,6 @@ a:focus-visible {
78} 78}
79 79
80h1 { 80h1 {
81 font-size: 1.75rem;
82}
83
84h2 {
85 margin: 0 0 0.75em; 81 margin: 0 0 0.75em;
86 font-weight: 700; 82 font-weight: 700;
87 line-height: 1.3; 83 line-height: 1.3;
diff --git a/src/lib/components/Main.svelte b/src/lib/components/Main.svelte
index 3af385e..5eec1bd 100644
--- a/src/lib/components/Main.svelte
+++ b/src/lib/components/Main.svelte
@@ -1,6 +1,6 @@
1<main> 1<main>
2 <section id="about" aria-labelledby="about-heading"> 2 <section id="about" aria-labelledby="about-heading">
3 <h2 id="about-heading">About</h2> 3 <h1 id="about-heading">About</h1>
4 <p> 4 <p>
5 I am a <strong>software engineer</strong> and 5 I am a <strong>software engineer</strong> and
6 <strong>CS major</strong>(ongoing <strong>master's degree</strong>) 6 <strong>CS major</strong>(ongoing <strong>master's degree</strong>)
@@ -11,7 +11,7 @@
11 </section> 11 </section>
12 12
13 <section id="projects" aria-labelledby="projects-heading"> 13 <section id="projects" aria-labelledby="projects-heading">
14 <h2 id="projects-heading">Projects</h2> 14 <h1 id="projects-heading">Projects</h1>
15 <p> 15 <p>
16 Side projects are on my <a 16 Side projects are on my <a
17 href="https://git.philw.dev" 17 href="https://git.philw.dev"
@@ -26,7 +26,7 @@
26 </section> 26 </section>
27 27
28 <section id="contact" aria-labelledby="contact-heading"> 28 <section id="contact" aria-labelledby="contact-heading">
29 <h2 id="contact-heading">Contact</h2> 29 <h1 id="contact-heading">Contact</h1>
30 <p> 30 <p>
31 To get in touch send me an email: <a 31 To get in touch send me an email: <a
32 href="mailto:contact@philw.dev" 32 href="mailto:contact@philw.dev"