Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
XHXIAIEIN authored Sep 30, 2024
1 parent e37584b commit 82f0a0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion thank/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,21 @@ a {
.sponsor-container {
text-align: center;
margin-inline: auto;
width: 100%;
}

.sponsor-image {
max-width: 600px;
height: auto;
cursor: pointer;
transition: transform 0.2s;

@media (width < 600px) {
max-width: 400px;
}
}

.sponsor-image:hover {
transform: scale(1.05);
}


0 comments on commit 82f0a0c

Please sign in to comment.