From 265d47cd19c8bfb357c47c3329c40937137812e1 Mon Sep 17 00:00:00 2001 From: matks Date: Mon, 25 Dec 2023 22:25:18 +0100 Subject: [PATCH] Some CSS adjustments --- assets/style/_header.scss | 2 +- assets/style/_section_1.scss | 4 ++++ assets/style/_titles.scss | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/style/_header.scss b/assets/style/_header.scss index 600ca55..61d5eb1 100644 --- a/assets/style/_header.scss +++ b/assets/style/_header.scss @@ -13,7 +13,7 @@ header { .black-text { font-family: 'IBM Plex Sans', Arial, sans-serif; - + font-weight: bold; font-size: 18px; max-width: 800px; margin: { diff --git a/assets/style/_section_1.scss b/assets/style/_section_1.scss index 77632f4..cee1174 100644 --- a/assets/style/_section_1.scss +++ b/assets/style/_section_1.scss @@ -37,6 +37,7 @@ } .words { font-family: 'IBM Plex Sans', Arial, sans-serif; + font-weight: bold; margin-top: -8px; font-size: 12px; } @@ -141,6 +142,9 @@ $background-expert: #ffffff; font-size: 15px; flex-grow: 1; } + .info { + font-weight: bold; + } .position { font-size: 22px; } diff --git a/assets/style/_titles.scss b/assets/style/_titles.scss index 30f4345..9b291a7 100644 --- a/assets/style/_titles.scss +++ b/assets/style/_titles.scss @@ -7,7 +7,6 @@ h4 { h1 { color: #000000; - text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.56); font-size: 36px; margin: { top: 20px;