From 8a9e23373e8c3cda4a4fcbaca604651011060ea8 Mon Sep 17 00:00:00 2001 From: sarahcrack <73823091+sarahcrack@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:11:45 +0000 Subject: [PATCH] adjusted media query for circle button --- app/webpacker/styles/links-and-buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webpacker/styles/links-and-buttons.scss b/app/webpacker/styles/links-and-buttons.scss index 3bf37fe304..042ff7866a 100644 --- a/app/webpacker/styles/links-and-buttons.scss +++ b/app/webpacker/styles/links-and-buttons.scss @@ -290,7 +290,7 @@ body a.govuk-back-link { } } - @include mq ($until: tablet) { + @include mq ($until: narrow) { .cta-circle-button { height: 24px; width: 24px;