Fix posts width on user page with large screens

This commit is contained in:
2021-02-05 10:14:25 +01:00
parent be98575dea
commit 76ff8565e4
2 changed files with 6 additions and 2 deletions

View File

@ -7,4 +7,8 @@
.page-container {
max-width: 1500px;
margin: auto;
}
.user-page-right-column {
max-width: 800px;
}