[O] Limit max width

This commit is contained in:
Hykilpikonna
2019-10-05 20:30:00 -04:00
parent 86ed26afeb
commit 80d14c1400
+8
View File
@@ -7,6 +7,14 @@
color: #2c3e50;
}
#app-content
{
// Limit max width
max-width: 1300px;
text-align: center;
margin: auto;
}
.theme-default
{
--unread: #ff6c00;