Skip to content

Commit 89e0710

Browse files
Fix responsive icons
1 parent 5a9a16e commit 89e0710

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

assets/stylesheets/new-stylesheets/pages/_community.scss

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,38 @@
281281
width: 1px;
282282
background-color: #999;
283283
}
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+
}
284316
}
285317
}
286318
}

0 commit comments

Comments
 (0)