mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Fix posts width on user page with large screens
This commit is contained in:
@ -7,4 +7,8 @@
|
||||
.page-container {
|
||||
max-width: 1500px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.user-page-right-column {
|
||||
max-width: 800px;
|
||||
}
|
Reference in New Issue
Block a user