Skip to content

Commit 76c831a

Browse files
authored
fix: sponsor page UI (#2143)
1 parent f9428af commit 76c831a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/pages/sponsor/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.tier-icon {
55
display: inline-block;
66
width: 24px;
7+
min-width: 24px;
78
height: 24px;
89
margin-right: 8px;
910
border-radius: 50%;
@@ -67,6 +68,8 @@
6768

6869
.tier-header {
6970
display: flex;
71+
flex-wrap: wrap;
72+
gap: 0.5rem;
7073
align-items: center;
7174
justify-content: space-between;
7275
margin-bottom: 10px;
@@ -82,6 +85,7 @@
8285
.tier-icon {
8386
width: 24px;
8487
height: 24px;
88+
min-width: 24px;
8589
border-radius: 50%;
8690
margin-right: 10px;
8791
display: flex;

0 commit comments

Comments
 (0)