Skip to content

Commit

Permalink
fix: sponsor icon align middle
Browse files Browse the repository at this point in the history
  • Loading branch information
HEIGE-PCloud committed Dec 26, 2024
1 parent cd4a2fe commit 7f6a5d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/css/_partial/_single/_sponsor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
margin: 10px auto;
}
.sponsor-button {
border-width: 0px;
border-style: solid;
padding: 5px 10px;
margin: 15px auto;
Expand All @@ -35,7 +34,7 @@
@include transform(scale(1.05));
}
span {
vertical-align: top;
vertical-align: middle;
}
}
}
Expand Down

0 comments on commit 7f6a5d6

Please sign in to comment.