This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
quartz-wiki/quartz/styles/custom.scss

10 lines
203 B
SCSS
Raw Normal View History

2024-01-10 14:39:54 +08:00
@use "./base.scss";
// put your custom CSS here!
2024-01-11 09:20:44 +08:00
// 移动端下右侧组件垂直布局
@media (max-width: 1510px) {
#quartz-body .sidebar.right {
flex-direction: column!important;
}
}