Files
zhongjianfei 87223c37dd zhongjianfei@huawei.com
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
2021-08-28 16:45:47 +08:00

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;
}
}