File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function RelatedPostAd({ isMobile }: Props) {
16
16
className = "adsbygoogle"
17
17
style = { { display : 'block' } }
18
18
data-ad-format = "fluid"
19
- data-ad-layout-key = "-g0+63+39-d3+b4 "
19
+ data-ad-layout-key = "-gh+5l+k-cu+l4 "
20
20
data-ad-client = "ca-pub-5574866530496701"
21
21
data-ad-slot = "8237449336"
22
22
/>
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function RelatedPostsForGuest({
85
85
to = { `/@${ post . user . username } /${ post . url_slug } ` }
86
86
key = { post . id ?? index }
87
87
>
88
- < div className = "fourty " >
88
+ < div className = "left " >
89
89
< div className = "thumbnail-wrapper" >
90
90
< img
91
91
src = { optimizeImage (
@@ -229,9 +229,9 @@ const StyledRowLink = styled(Link)`
229
229
text-decoration: none;
230
230
color: inherit;
231
231
display: flex;
232
- .fourty {
233
- width: 40 %;
234
- margin-right: 0.75rem ;
232
+ .left {
233
+ width: 35 %;
234
+ margin-right: 0.5rem ;
235
235
}
236
236
.thumbnail-wrapper {
237
237
width: 100%;
@@ -255,19 +255,21 @@ const StyledRowLink = styled(Link)`
255
255
}
256
256
h5 {
257
257
margin-top: 0;
258
- margin-bottom: 0.5rem ;
259
- font-size: 0.875rem ;
258
+ margin-bottom: 0;
259
+ font-size: 0.75rem ;
260
260
color: ${ palette . gray8 } ;
261
- ${ ellipsis }
261
+ font-size: 0.75rem;
262
+
263
+ line-height: 1.5;
262
264
}
263
265
264
266
p {
265
267
margin: 0;
266
- font-size: 0.75rem ;
268
+ font-size: 0.6875rem ;
267
269
display: -webkit-box;
268
270
-webkit-line-clamp: 2;
269
271
line-height: 1.5;
270
- height: 2.25rem ;
272
+ height: 2.0625rem ;
271
273
overflow: hidden;
272
274
word-break: keep-all;
273
275
color: ${ palette . gray6 } ;
You can’t perform that action at this time.
0 commit comments