From de67b415b41c95444513b3e42929d9cbc3e492ab Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 8 Nov 2023 11:46:45 +0000 Subject: [PATCH] css tweaks --- _sass/header.scss | 8 ++++++++ _sass/thesis.scss | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/_sass/header.scss b/_sass/header.scss index 963e6f3..c475b00 100644 --- a/_sass/header.scss +++ b/_sass/header.scss @@ -44,6 +44,10 @@ header { font-family: $title_font_stack; } + a { + margin-bottom: 2px; + } + p.professional-links { display: flex; flex-direction: column; @@ -61,6 +65,10 @@ header { justify-content: right; //Align right } } + + .page-src-link { + font-size: 0.8em; + } } @media diff --git a/_sass/thesis.scss b/_sass/thesis.scss index a3fc6c9..2d90313 100644 --- a/_sass/thesis.scss +++ b/_sass/thesis.scss @@ -1,3 +1,12 @@ +h1.thesis-title { + font-size: 3em !important; +} + +main h1, h2, h3 { + font-family: "Source Serif Pro", serif; + font-weight: 300; + font-size: 2.2em !important; +} // Make figures looks nice figure {