From 23f8d67101669616339244315edcae2542625752 Mon Sep 17 00:00:00 2001 From: Aaron Stephanus Date: Thu, 1 Feb 2024 18:19:38 -0600 Subject: [PATCH] Fixes responsive button styling for conference archive landing pages Signed-off-by: Aaron Stephanus --- _sass/_redesign-conference.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/_sass/_redesign-conference.scss b/_sass/_redesign-conference.scss index 67f7ab26f9..64456168b1 100644 --- a/_sass/_redesign-conference.scss +++ b/_sass/_redesign-conference.scss @@ -917,6 +917,26 @@ h2.conference-speaker-session-page { margin-bottom: 40px; flex-wrap: wrap; row-gap: 30px; + > .redesign-button--wrapper { + @media screen and (max-width: 420px) { + width: calc(100vw - 70px); + > a.redesign-button--anchor { + width: calc(100vw - 70px); + height: 60px; + > .redesign-button--contents { + justify-content: space-evenly; + align-items: center; + > .redesign-button--contents--icon-slot { + padding: 18px 0 10px 0px; + } + > .redesign-button--contents--text-slot { + font-size: 24px; + padding-top: 0; + } + } + } + } + } } > .solutions-card-grid { background: unset;