Skip to content
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.

Commit

Permalink
fix for banner description display
Browse files Browse the repository at this point in the history
  • Loading branch information
ygannett committed Mar 26, 2018
1 parent ddae8aa commit 9def793
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions styleguide/source/assets/scss/03-organisms/_page-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,19 +292,19 @@ $page-banner-height: 330px;
line-height: 2.188rem;
margin-bottom: 0;
margin-top: .8em;
// width: 100%;
position: absolute;
top: $page-banner-height;

@media ($bp-x-small-min){
transform: skew(30deg);
}
position: absolute;
top: $page-banner-height;

@media ($bp-large-min){
max-width: 820px;
}
}

&__content-wrapper &__description {
position: relative;
top: 0;
}

&--columns &__description {
font-size: 1.5rem;
margin-top: 0;
Expand All @@ -325,7 +325,7 @@ top: $page-banner-height;
}

@media ($bp-medium-max) {
width: 100%;
width: 97%;
}
}

Expand Down

0 comments on commit 9def793

Please sign in to comment.