We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9a16e commit 89e0710Copy full SHA for 89e0710
assets/stylesheets/new-stylesheets/pages/_community.scss
@@ -281,6 +281,38 @@
281
width: 1px;
282
background-color: #999;
283
}
284
+
285
+ @media (max-width: 768px) {
286
+ .community-section-links {
287
+ flex-direction: column;
288
+ height: auto;
289
+ }
290
291
+ .community-section-links li {
292
+ width: 100%;
293
+ padding: 16px 0;
294
295
296
+ .community-section-links li:nth-child(3)::after {
297
+ content: none;
298
299
300
+ .link-card {
301
+ flex-direction: row;
302
+ justify-content: center;
303
+ gap: 12px;
304
305
306
+ .link-card-image {
307
+ width: 60px;
308
+ margin-bottom: 0;
309
310
311
+ .link-card-text {
312
+ text-align: left;
313
+ font-size: 16px;
314
315
316
317
318
0 commit comments