Add: Max Width limit
This commit is contained in:
parent
a63034b4b4
commit
4e88678845
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user