We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9428af commit 76c831aCopy full SHA for 76c831a
1 file changed
src/pages/sponsor/style.scss
@@ -4,6 +4,7 @@
4
.tier-icon {
5
display: inline-block;
6
width: 24px;
7
+ min-width: 24px;
8
height: 24px;
9
margin-right: 8px;
10
border-radius: 50%;
@@ -67,6 +68,8 @@
67
68
69
.tier-header {
70
display: flex;
71
+ flex-wrap: wrap;
72
+ gap: 0.5rem;
73
align-items: center;
74
justify-content: space-between;
75
margin-bottom: 10px;
@@ -82,6 +85,7 @@
82
85
83
86
84
87
88
89
90
margin-right: 10px;
91
0 commit comments