Skip to content

Commit

Permalink
issue #402
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 24, 2021
1 parent e5ba088 commit a641b79
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
38 changes: 37 additions & 1 deletion _sass/includes/Press/press_action.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,40 @@ div.press_action {

};
};
};
};

@media (min-width: 2160px) {
div.press_action{
margin: 0 0 8rem 0;
div.press_release {
width: 30rem;
margin: 0 120px 50px 42rem;
}
div.press_release_contact {
margin: 3rem 0 5rem 0;
}
div.assets {
div.assets_actions{
left: 15px;
}
}
}
}

@media (min-width: 2160px) and (max-width: 2559px) {
div.press_action{
div.press_release {
margin: 0 120px 50px 30rem;
}
}
}

@media (min-width: 1440px) and (max-width: 1500px) {
div.press_action{
div.assets {
div.assets_title{
left: -5rem;
}
}
}
}
13 changes: 12 additions & 1 deletion _sass/includes/Press/share_ato.scss
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,15 @@ line-height: 140%;;
;
}

;
;

@media (min-width: 1440px) {
div.share_ato {
div.social_media_posts{
div.social_media_posts_title {
padding-left: 6.6rem;
width: 24rem;
}
}
}
}

0 comments on commit a641b79

Please sign in to comment.