Skip to content

Commit

Permalink
Merge pull request #904 from aholachek/small-screen-facet
Browse files Browse the repository at this point in the history
slight formatting change
  • Loading branch information
aholachek committed May 4, 2016
2 parents 5b57608 + 2e53b8d commit 35b1a98
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/styles/sass/ads-sass/facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@

.facet-title {
display: inline-block;
max-width: 55%;
//improve mouseover interaction
width: 55%;
cursor:pointer;
line-height: 18px;

Expand Down Expand Up @@ -193,11 +190,12 @@

.s-widget h3 {
@extend .secondary-header;
margin: 0 6px;
font-size: 18px;
letter-spacing: .05rem;
margin: 0 3px;
color: $text-color;
@media(min-width: $screen-sm-max) and (max-width: $screen-md-max) {
font-size: 16px;
margin: 0;
}
}

Expand Down

0 comments on commit 35b1a98

Please sign in to comment.