2022-06-20 02:42:34 +00:00
|
|
|
.container {
|
|
|
|
display: flex;
|
2022-06-03 22:30:39 +00:00
|
|
|
margin: auto;
|
2022-06-20 02:42:34 +00:00
|
|
|
}
|
|
|
|
.outer {
|
2022-06-03 22:30:39 +00:00
|
|
|
width: 620px;
|
2022-06-12 16:42:01 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.outer.ready {
|
|
|
|
display: block;
|
2022-06-03 22:30:39 +00:00
|
|
|
}
|