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