Skip to content

Commit

Permalink
Style add: image aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane-Donlon committed Jul 12, 2023
1 parent 2d4c008 commit 9f79064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,15 @@ p {
top: 35px;
min-height: 70%;
z-index: 1;
aspect-ratio: 1 / 1;
}
.ticket-img {
min-height: 70%;
z-index: 2;
position: absolute;
top: 85px;
transform: rotate(35deg);
aspect-ratio: 1 / 1;
}

.canvas-wrapper {
Expand Down

0 comments on commit 9f79064

Please sign in to comment.