mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
@import '~theme/index.less';
|
|
|
|
.contentInner {
|
|
background: #fff;
|
|
padding: 24px;
|
|
box-shadow: @shadow-1;
|
|
min-height: ~'calc(100vh - 230px)';
|
|
position: relative;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.contentInner {
|
|
padding: 12px;
|
|
min-height: ~'calc(100vh - 160px)';
|
|
}
|
|
}
|