File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -157,19 +157,19 @@ div[data-rehype-pretty-code-title] {
157
157
}
158
158
159
159
.rlc-container {
160
- @apply w-full h-32 my-8 text-basic !no-underline after:!content- ['' ] flex items-start border-neutral-200 box-border rounded-md border-[1px ] border-solid transition-all duration-200 ease-in-out;
160
+ @apply w-full h-28 my-8 text-basic !no-underline after:!content- ['' ] flex items-start border-neutral-200 box-border rounded-md border-[1px ] border-solid transition-all duration-200 ease-in-out;
161
161
}
162
162
163
163
.rlc-container : hover {
164
164
@apply shadow-lg bg-neutral-50 scale-105;
165
165
}
166
166
167
167
.rlc-info {
168
- @apply h-full w-4/6 px -3 py-4 flex flex-col shrink justify-between overflow-hidden text-left;
168
+ @apply h-full w-4/6 pl-5 pr -3 py-4 flex flex-col shrink justify-between overflow-hidden text-left;
169
169
}
170
170
171
171
.rlc-title {
172
- @apply text-xl text-basic whitespace-nowrap overflow-hidden text-ellipsis no-underline ;
172
+ @apply text-lg font-semibold text-basic whitespace-nowrap overflow-hidden text-ellipsis no-underline ;
173
173
}
174
174
175
175
.rlc-description {
@@ -185,15 +185,15 @@ div[data-rehype-pretty-code-title] {
185
185
}
186
186
187
187
.rlc-url {
188
- @apply text-basic text-sm whitespace-nowrap overflow-hidden text-ellipsis;
188
+ @apply text-basic text-xs whitespace-nowrap overflow-hidden text-ellipsis;
189
189
}
190
190
191
191
.rlc-image-container {
192
192
@apply w-2/6 h-full overflow-y-hidden flex-1 basis-[100px ];
193
193
}
194
194
195
195
.rlc-image {
196
- @apply object-cover w-full h-full rounded-br rounded-tr;
196
+ @apply object-scale-down w-full h-full rounded-br rounded-tr;
197
197
}
198
198
199
199
.warning {
You can’t perform that action at this time.
0 commit comments