Adjust comment section width on markdown page on HiDPI screens

This commit is contained in:
Raphael Wickihalder 2022-02-18 09:23:47 +01:00
parent 745148c2dc
commit d0920317ad

View file

@ -119,3 +119,10 @@
overflow: auto;
margin-bottom: var(--spacing-l);
}
@media (min-width: 1600px) {
.file-page__post-comments .card__first-pane {
width: 52rem;
margin: 0 auto;
}
}