Adjust comment section width on markdown page on HiDPI screens
This commit is contained in:
parent
745148c2dc
commit
d0920317ad
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue