Skip to content

Commit

Permalink
Fix responsive Whom
Browse files Browse the repository at this point in the history
  • Loading branch information
Mac Giovanni committed Feb 13, 2015
1 parent 10bb95a commit d6c47e1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion app/styles/sections/_for_whom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
position: relative;
z-index: 301;
}

.section-title, .for-whom-list {
@include media($mobile) {
@include span-columns(4);
display: none;
}
}

}
.for-whom .cloud {
background: url('../images/cloud.png') center top repeat-x;
Expand All @@ -27,7 +35,11 @@
li {
width: 20%;
float: left;
@include media($mobile) {
@include media($medium-screen-up) {
@include span-columns(6);
@include omega(2n);
}
@include media($medium-screen-up) {
@include span-columns(4);
}
.persona {
Expand Down Expand Up @@ -219,3 +231,6 @@
}
}
}



0 comments on commit d6c47e1

Please sign in to comment.