File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const LazyLoadComponent: FC<
49
49
>
50
50
< SampleComponent lang = { lang } />
51
51
{ badges && badges ?. length > 0 && (
52
- < div className = "absolute bottom-2 p-1" >
52
+ < div className = "bottom-2 p-1" >
53
53
< div className = "flex flex-wrap gap-2" >
54
54
{ badges ?. map ( ( label ) => (
55
55
< KolBadge key = { label } _color = "#dadde1" _label = { label } > </ KolBadge >
Original file line number Diff line number Diff line change @@ -158,7 +158,9 @@ kol-link-button {
158
158
159
159
.components-overview-item {
160
160
position : relative;
161
- height : 350px ;
161
+ height : auto;
162
+ padding : 1rem ;
163
+ box-sizing : border-box;
162
164
}
163
165
164
166
.components-overview-item a {
@@ -170,3 +172,9 @@ kol-link-button {
170
172
z-index : 1 ;
171
173
cursor : pointer;
172
174
}
175
+
176
+ @media (max-width : 768px ) {
177
+ .components-overview {
178
+ grid-template-columns : 1fr ;
179
+ }
180
+ }
You can’t perform that action at this time.
0 commit comments