From 21c3a94b27e2b6b42f7208839b50d9b710df98e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cintia=20S=C3=A1nchez=20Garc=C3=ADa?= Date: Wed, 11 Jun 2025 08:37:11 +0200 Subject: [PATCH] Move CSS style to assets/scss directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cintia Sánchez García --- assets/scss/_custom.scss | 7 +++++++ content/en/careers/_index.html | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss index 7e844724b0..e209e28ead 100644 --- a/assets/scss/_custom.scss +++ b/assets/scss/_custom.scss @@ -1462,6 +1462,13 @@ main.content { margin-bottom: 20px; } +/* CAREERS */ + +// Set 14px font size for GitJobs attribution text +.gitjobs-legend { + font-size: 14px; +} + /* CASE-STUDIES */ // Many of the case studies have small variations in markup and styles; diff --git a/content/en/careers/_index.html b/content/en/careers/_index.html index d819c63c3a..7cfcc346e5 100644 --- a/content/en/careers/_index.html +++ b/content/en/careers/_index.html @@ -10,12 +10,6 @@ menu: weight: 70 --- - -