[S] Limit max width and center
This commit is contained in:
+3
-1
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user