From e795eb788ffa2c767d3e3079eec4edfee6f8bf20 Mon Sep 17 00:00:00 2001 From: kez Date: Thu, 22 Dec 2022 08:50:39 -0800 Subject: [PATCH] Decrease the font size of the training guide table --- assets/scss/_community.scss | 4 ++++ templates/training-guide.html | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/assets/scss/_community.scss b/assets/scss/_community.scss index cc3fece1..111f4d1d 100644 --- a/assets/scss/_community.scss +++ b/assets/scss/_community.scss @@ -69,6 +69,10 @@ main li { padding-right: 3.5rem !important; } +.font-size-1-1-rem { + font-size: 1.1rem !important; +} + .js-filter-dropdowns { .dropdown { width: min-content; diff --git a/templates/training-guide.html b/templates/training-guide.html index 752b5f84..d34d8c2f 100644 --- a/templates/training-guide.html +++ b/templates/training-guide.html @@ -13,14 +13,14 @@

{{ resource['name'] }}

- {{ _('Maintained by') }} - {{ resource['author'] }} + {{ _('Maintained by') }} + {{ resource['author'] }}
- {{ _('Last updated') }} - {{ resource['date'] }} + {{ _('Last updated') }} + {{ resource['date'] }}
- {{ _('Estimated time') }} - {{ this.estimated_time or 'FIXME: NO TIME ESTIMATE' }} + {{ _('Estimated time') }} + {{ this.estimated_time or 'FIXME: NO TIME ESTIMATE' }}

{{ resource['description'] }}

{% if this.objectives %}