Skip to content

Commit 1347303

Browse files
committed
Narrow website a bit
1 parent 3640611 commit 1347303

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Occasional writer, software engineer, transit nerd.
55

66
* GitHub: <https://github.com/elihunter173/>
77
* LinkedIn: <https://linkedin.com/in/elihunter173/>
8-
* Email: [elihunter173@gmail.com](mailto:elihunter173@gmail.com)
9-
* Résumé: [https://elihunter173.com/elihunter173_resume.pdf](/elihunter173_resume.pdf)
8+
* Email: elihunter173@gmail.com
9+
* [Résumé](/elihunter173_resume.pdf)

sass/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Make the body narrow and centered
22
body {
33
font-family: sans-serif;
4-
max-width: 56rem;
4+
max-width: 50rem;
55
margin: 0 auto 6rem;
66
padding: 0 1rem;
77
}

0 commit comments

Comments
 (0)