Skip to content

Commit

Permalink
fix: OgCard background image
Browse files Browse the repository at this point in the history
  • Loading branch information
totocalcio committed Oct 7, 2024
1 parent dc1383a commit 41b6346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/components/namecard/OgCard24.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ onMounted(() => {
.og-card-background {
position: absolute;
z-index: -1;
z-index: 1;
left: 0;
top: 0;
vertical-align: top;
Expand Down Expand Up @@ -153,7 +153,7 @@ onMounted(() => {
.og-card-sponsor {
position: absolute;
z-index: 1;
z-index: 2;
right: 0;
bottom: 1.25rem;
width: 13.75rem;
Expand Down

0 comments on commit 41b6346

Please sign in to comment.