diff --git a/services/web/frontend/stylesheets/app/website-redesign.less b/services/web/frontend/stylesheets/app/website-redesign.less index 5afd6e6a50..1d2aa1e633 100644 --- a/services/web/frontend/stylesheets/app/website-redesign.less +++ b/services/web/frontend/stylesheets/app/website-redesign.less @@ -710,6 +710,21 @@ } } + .heading-section-md-align-left { + @media (max-width: @screen-md-min) { + display: flex; + flex-direction: column; + align-items: baseline; + + h2 { + text-align: left; + } + p { + text-align: left; + } + } + } + .mono-text { font-family: 'DM Mono', monospace; color: var(--green-60); @@ -857,14 +872,18 @@ justify-content: center; } - @media (max-width: @screen-sm-max) { - flex-direction: column-reverse; - width: 100%; + &.align-left-button-sm { + @media (max-width: @screen-sm-max) { + justify-content: start; + } } } .label-premium { height: 20px; // override default height + } + + .label-premium-block-md { @media (max-width: @screen-md-max) { display: block; width: fit-content;