Skip to content

Commit

Permalink
Merge pull request #1085 from mewtaylor/issue/gh-1083
Browse files Browse the repository at this point in the history
Fix GH-1083: switch to column in tablet
  • Loading branch information
mewtaylor committed Nov 29, 2016
2 parents 4ea8cf7 + 971c520 commit 0c28c5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/splash/hoc-banner/hoc-banner.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "../../../colors";
@import "../../../frameless";

.title-banner.mod-splash-hoc {
background: url("/images/blocks-pattern.png");
Expand Down Expand Up @@ -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;
}
}

0 comments on commit 0c28c5c

Please sign in to comment.