UX: Fix short post width on mobile (#14771)

This commit is contained in:
Penar Musaraj 2021-10-29 11:39:19 -04:00 committed by GitHub
parent 488511479e
commit 724f1ee9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,8 @@
.container.posts {
grid-template-areas: "posts";
grid-template-columns: auto;
}
.post-info a {
color: var(--primary-medium);
}