diff --git a/src/views/splash/hoc-banner/hoc-banner.scss b/src/views/splash/hoc-banner/hoc-banner.scss index 2798be457c2..23c581e6817 100644 --- a/src/views/splash/hoc-banner/hoc-banner.scss +++ b/src/views/splash/hoc-banner/hoc-banner.scss @@ -1,4 +1,5 @@ @import "../../../colors"; +@import "../../../frameless"; .title-banner.mod-splash-hoc { background: url("/images/blocks-pattern.png"); @@ -36,3 +37,9 @@ .ttt-tile.mod-banner { background-color: $background-color; } + +@media only screen and (min-width: $tablet) and (max-width: $desktop - 1) { + .flex-row.mod-hoc-banner-header { + flex-direction: column; + } +}