Skip to content

Commit 74dcf52

Browse files
committed
Consistent line height
1 parent d183974 commit 74dcf52

6 files changed

Lines changed: 3 additions & 41 deletions

File tree

src/components/Layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ main {
2626
}
2727

2828
p, li {
29-
line-height: 1.3em;
29+
line-height: 1.5em;
3030
}

src/components/MarkdownProjectLayout.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ img+em {
2727
height: 100%;
2828
}
2929

30-
p,
31-
li,
32-
em {
33-
line-height: 1.65em;
34-
}
35-
3630
lite-youtube {
3731
min-width: 100%;
3832
}

src/components/Navlink.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
line-height: 1em;
1515
transition: 0.1s;
1616
cursor: pointer;
17+
1718
}
1819

1920
.link > a:hover,

src/pages/contact.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
import Layout from "@components/Layout.astro";
33
4-
import "../styles/global.css";
54
import ContactForm from "@components/ContactForm.astro";
65
76
const pageTitle = "Contact Me";

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const seoDescription =
2727
<h2>
2828
Computer Engineering and Philosophy: Ethics Student
2929
</h2>
30-
<p>
30+
<p class="blurb">
3131
Welcome to my website! This is a place where I will
3232
posting my projects, contact info, and other things I find
3333
interesting. Feel free to explore, and feel free to contact

src/styles/global.css

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)