Skip to content

Commit

Permalink
Added constraint for padding only to frictionless pages
Browse files Browse the repository at this point in the history
  • Loading branch information
saragajic11 committed Aug 2, 2023
1 parent 918999a commit e958987
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions acrobat/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,13 @@ div.how-to {
}

.how-to-heading {
padding-top: 60px;
margin-right: 28px;
}

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

.how-to-image.how-to-image-large {
margin-left: 28px;
}
Expand All @@ -189,11 +193,11 @@ div.how-to {
}

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

.how-to-heading {
.eventwrapper .how-to-heading {
padding-top: 52px;
}
}
Expand All @@ -214,7 +218,7 @@ div.how-to {
"list"
"image" !important;
}
.how-to-heading {
.eventwrapper .how-to-heading {
padding-top: 44px;
margin-right: 0;
}
Expand Down

0 comments on commit e958987

Please sign in to comment.