From 91d1afb70e9d0a9fe6be2270387c98c69ff100ae Mon Sep 17 00:00:00 2001 From: edrian-liao Date: Sun, 16 Jun 2024 11:08:03 -0400 Subject: [PATCH] fixed bugs [final] --- _posts/2024-06-16-spending-winter-break.markdown | 3 ++- assets/main.scss | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/_posts/2024-06-16-spending-winter-break.markdown b/_posts/2024-06-16-spending-winter-break.markdown index f38bf1f..4dbcb56 100644 --- a/_posts/2024-06-16-spending-winter-break.markdown +++ b/_posts/2024-06-16-spending-winter-break.markdown @@ -34,7 +34,8 @@ Unfortunately, only a few institutions in the US ask the same questions as mysel # Quality over quantity Coming from a mindset of shooting my shot to as many places as possible, I attempted to apply to both. Writing my essays for the MIT Summer Research Program (MSRP) was a breeze as unlike those from my internship interview, I almost immediately came up with answers. I particularly liked my discussion of the community which strongly resonates with MIT’s strong tradition of “making a better world”. Said community is my hometown where I spent 18 years of my life. Spending time outside of it made me realize things that I would not have thought of had I stayed. These queries eventually materialized into a long-term [project](https://planet-tales.org/) that aims to reveal narratives of disadvantaged communities to those who have the means to initiate change. -![Image](_site/assets/landing-page.png) +![landing page](/personal-blog/assets/landing-page.png) +*The landing page of the project's website* On the other hand, Stanford’s questions did not come as easy to answer as MIT’s, and more importantly, they had an explicitly mentioned preference toward US citizens which unfortunately is the case for almost all REU programs funded by the National Science Foundation (NSF). So I ended up applying to only a single research program. diff --git a/assets/main.scss b/assets/main.scss index 5f44f35..8994e21 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -27,11 +27,15 @@ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { font-family: 'Merriweather', serif; } -h1 { +.post-content h1 { font-weight: 600; font-size: 20px; } +.post-list h1 { + font-size: 20px; +} + .footer-heading { font-family: 'Old Standard TT', serif; font-style: italic; @@ -41,6 +45,10 @@ h1 { font-size: 17px; } +.post-content em { + font-size: 15px; +} + .footnotes p{ font-size: 15px; }