From c47e49dabe46dd3325571d5dd580e8e6763cd995 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 6 Aug 2023 14:12:27 -0700 Subject: [PATCH] Add a new bullet point and slightly bump line height to occupy space --- resume.html | 2 ++ scss/style.scss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resume.html b/resume.html index 501e429..9cefbdd 100644 --- a/resume.html +++ b/resume.html @@ -149,6 +149,8 @@
  • Contributed to research papers published to the GPCE and VL/HCC.
  • Proctored quizzes and exams for over 200 students.
  • Aided students in implementing a final project in the form of a custom programming language.
  • +
  • Suggested and organized independent review sessions attended by over 70 students, with + 50% attendance growth between sessions.
  • diff --git a/scss/style.scss b/scss/style.scss index e9d61c1..7b1732b 100644 --- a/scss/style.scss +++ b/scss/style.scss @@ -41,7 +41,7 @@ body { margin: 0px; padding: 0px; font-family: $text-font; - line-height: 1.3em; + line-height: 1.325em; font-size: 1.05em; font-variant-ligatures: none;