Skip to content

Commit

Permalink
clip bottom of creator images #261
Browse files Browse the repository at this point in the history
  • Loading branch information
UcDust committed Nov 22, 2024
1 parent 648486b commit 584bc00
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ export default function render() {
width: 90%;
}
}
.left-image,
.right-image {
clip-path: inset(0 0 5px 0);
}
</style>
<div class="header">
Expand Down

0 comments on commit 584bc00

Please sign in to comment.