File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 75
75
display : flex;
76
76
padding : 0 1rem ;
77
77
flex-direction : column;
78
- gap : 0.5 rem ;
78
+ gap : 0.125 rem ;
79
79
}
80
80
.explore-product {
81
81
display : flex;
87
87
height : auto;
88
88
min-height : 70px ;
89
89
.explore-product-avatar {
90
- height : 50 px ;
91
- width : 50 px ;
90
+ height : 40 px ;
91
+ width : 40 px ;
92
92
display : flex;
93
93
justify-content : center;
94
94
align-items : center;
140
140
height : auto;
141
141
min-height : 70px ;
142
142
.explore-users-avatar {
143
- height : 50 px ;
144
- width : 50 px ;
143
+ height : 40 px ;
144
+ width : 40 px ;
145
145
display : flex;
146
146
justify-content : center;
147
147
align-items : center;
193
193
height : auto;
194
194
min-height : 70px ;
195
195
.explore-organization-avatar {
196
- height : 50 px ;
197
- width : 50 px ;
196
+ height : 40 px ;
197
+ width : 40 px ;
198
198
display : flex;
199
199
justify-content : center;
200
200
align-items : center;
Original file line number Diff line number Diff line change 126
126
width : 90% ;
127
127
justify-content : flex-start;
128
128
gap : 1rem ;
129
+ font-size : 0.875rem ;
129
130
}
130
131
}
131
132
You can’t perform that action at this time.
0 commit comments