Add: Max Width limit
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
/* width: calc(100% - 16px); */
|
/* width: calc(100% - 16px); */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
@@ -24,6 +26,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
|
|
||||||
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user