From 448a5537d15c08c03d3c7a4ae7fd05174779483a Mon Sep 17 00:00:00 2001 From: Jon Kirwan <87758239+jon-kirwan@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:17:20 +0000 Subject: [PATCH] Remove `govuk-font(14);` --- app/assets/stylesheets/components/_figure.scss | 3 --- app/assets/stylesheets/views/_worldwide-organisation.scss | 1 - 2 files changed, 4 deletions(-) diff --git a/app/assets/stylesheets/components/_figure.scss b/app/assets/stylesheets/components/_figure.scss index 7d11a5871..a27542091 100644 --- a/app/assets/stylesheets/components/_figure.scss +++ b/app/assets/stylesheets/components/_figure.scss @@ -24,11 +24,8 @@ @include govuk-font(16); @include govuk-media-query($from: tablet) { - @include govuk-font(14); - display: block; vertical-align: top; - box-sizing: border-box; float: left; padding-left: govuk-spacing(3); diff --git a/app/assets/stylesheets/views/_worldwide-organisation.scss b/app/assets/stylesheets/views/_worldwide-organisation.scss index 932deedc6..b04481e02 100644 --- a/app/assets/stylesheets/views/_worldwide-organisation.scss +++ b/app/assets/stylesheets/views/_worldwide-organisation.scss @@ -6,7 +6,6 @@ .js-enabled { .worldwide-organisation-header { .show-other-content { - @include govuk-font(14); margin-left: .3em; white-space: nowrap; }