Skip to content

Commit

Permalink
fix(index/sponsorCard): adjust sponsorCard__tag position and remove l…
Browse files Browse the repository at this point in the history
…ogo border radius
  • Loading branch information
josix committed Aug 4, 2023
1 parent 7b725c8 commit a3f26be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/sponsors/SponsorCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default {
.sponsorCard > img {
@apply absolute object-contain;
width: calc(100% - 10px);
border-radius: inherit;
}
.sponsorCard.-small {
Expand All @@ -58,7 +57,7 @@ export default {
.sponsorCard__tag {
@apply absolute flex h-5 w-full items-center justify-center text-[12px] font-semibold;
bottom: 20px;
bottom: 13px;
background-color: hsla(321, 32%, 62%, 1);
color: #ffffff;
Expand Down

0 comments on commit a3f26be

Please sign in to comment.