Skip to content

Commit

Permalink
WNYC-170 don't need flex on whats-on
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Kammin committed Sep 14, 2020
1 parent 589b17b commit ab715b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/styles/_library/components/_whats-on.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit ab715b2

Please sign in to comment.