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