Skip to content

Commit

Permalink
Merge pull request #432 from pycontw/fix/index-logo
Browse files Browse the repository at this point in the history
fix(index/sponsorCard): adjust sponsorCard__tag position and remove logo border radius
  • Loading branch information
tyuchx authored Aug 6, 2023
2 parents 06230f1 + b252eb7 commit 757c54f
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 757c54f

Please sign in to comment.