Skip to content

Commit

Permalink
Update: Add translateY transform to elements in popup.css
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed May 20, 2024
1 parent 4ce8507 commit fa6e1a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/standard-assets/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,21 @@

.standard-popup-content.about h1 {
font-size: 10vw;
transform: translateY(300px);
}

.standard-popup-content.about p {
text-align: left;
font-size: 5vw;
transform: translateY(300px);
}

.standard-popup-content.about button {
font-size: 5vw;
transform: translateY(300px);
}
.about-link {
transform: translateY(300px);
}
}

Expand Down

0 comments on commit fa6e1a8

Please sign in to comment.