From ab715b2fd63f9fd9f30ff00cee7b31150525fb6a Mon Sep 17 00:00:00 2001 From: Brad Kammin Date: Mon, 14 Sep 2020 06:18:13 -0400 Subject: [PATCH] WNYC-170 don't need flex on whats-on --- app/styles/_library/components/_whats-on.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/styles/_library/components/_whats-on.scss b/app/styles/_library/components/_whats-on.scss index 4038107bf..ef074cffb 100644 --- a/app/styles/_library/components/_whats-on.scss +++ b/app/styles/_library/components/_whats-on.scss @@ -2,14 +2,10 @@ @import 'schedule'; .whats-on { - align-items: center; - display: flex; - flex-direction: column; padding: 20px; max-width: 728px; @include media(">=medium") { - align-items: flex-start; margin-left: auto; margin-right: auto; padding-top: 64px; @@ -25,10 +21,14 @@ justify-content: center; letter-spacing: 1px; margin-bottom: 8px; + margin-left: auto; + margin-right: auto; width: 51px; @include media(">=medium") { justify-content: left; + margin-left: 0px; + margin-right: 0px; } .whats-on-live-indicator-text {