25 lines
336 B
Plaintext
25 lines
336 B
Plaintext
|
|
@import "~antd/lib/style/v2-compatible-reset.less";
|
|
|
|
body {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
/* .content-wrapper > .tween-one-leaving,
|
|
.queue-anim-leaving {
|
|
// position: absolute !important;
|
|
// width: 100%;
|
|
} */
|
|
|
|
.video {
|
|
max-width: 800px;
|
|
}
|
|
|
|
#react-content {
|
|
min-height: 100%;
|
|
}
|
|
.home-page-wrapper p {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|