Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
saragajic11 committed Aug 1, 2023
1 parent c863521 commit 918999a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions acrobat/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,16 @@ div.how-to {
margin-right: 28px;
}

@media (max-width: 1200px) {
.how-to > .foreground {
padding-top: 80px !important;
}

.how-to-heading {
padding-top: 52px;
}
}

/* Moblie HowTo */
@media (max-width: 600px) {
.how-to.large-image {
Expand Down Expand Up @@ -386,13 +396,3 @@ div.how-to ol li::before{
margin: auto;
padding: 20px;
}

@media (max-width: 1200px) {
.how-to > .foreground {
padding-top: 80px !important;
}

.how-to-heading {
padding-top: 52px;
}
}

0 comments on commit 918999a

Please sign in to comment.