[S] Limit max width and center

This commit is contained in:
Hykilpikonna
2019-12-23 10:34:48 -05:00
parent 0f62533660
commit d5ae18b3a4
+3 -1
View File
@@ -154,7 +154,6 @@
#title #title
{ {
// Alignment // Alignment
margin-bottom: -10vh; margin-bottom: -10vh;
@@ -174,6 +173,9 @@
#artwork-container #artwork-container
{ {
// Center
margin: auto;
max-width: 1400px;
.artwork .artwork
{ {