Skip to content

Commit

Permalink
Always move the slide up slightly, looks better
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 3, 2024
1 parent 203209d commit ca675f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wp-content/themes/betheme-child/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ h2 {
font-size: 55px;
}

rs-slide {
top: -60px;
}

.gradients-container {
top: 0;
position: absolute;
Expand Down Expand Up @@ -339,8 +343,4 @@ h2 {
background-position-y: 70%;
background-origin: inherit;
}

rs-slide {
top: -60px;
}
}

0 comments on commit ca675f1

Please sign in to comment.