Skip to content

Commit

Permalink
Merge pull request #527 from adobecom/mwpw-141397-change-icons-to-acc…
Browse files Browse the repository at this point in the history
…ordion

Changed footer icons to accordion for width less then 1075px
  • Loading branch information
Blainegunn authored Jan 30, 2024
2 parents b711236 + 7decb18 commit b0478e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acrobat/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ div[data-section="widget"] {
padding-left: 10px;
}

@media (min-width: 52.7rem) {
@media (min-width: 1075px) {
.accordion-container.verb-subfooter-moblie {
display: none;
}
}

@media (max-width: 52.6rem) {
@media (max-width: 1074px) {
.verb-subfooter {
display: none;
}
Expand Down

0 comments on commit b0478e9

Please sign in to comment.