mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-07-24 21:55:26 -04:00
87223c37dd
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
15 lines
263 B
CSS
15 lines
263 B
CSS
@media screen and (min-width: 600) and (max-width: 1200) {
|
|
.header {
|
|
width: 100%;
|
|
height: 60px;
|
|
font-size: 16px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.footer {
|
|
width: 100%;
|
|
height: 40px;
|
|
align-items: center;
|
|
}
|
|
} |