This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
redemption/source/css/pages/layout/_bilibili.scss

22 lines
364 B
SCSS

.post {
iframe {
width: 97%;
margin: 0.5rem 0;
}
// =========== 移动端 ===========
@media (min-width: 320px) and (max-width: 870px) {
iframe {
height: 47vh;
}
}
// =========== 桌面端 ===========
@media (min-width: 870px){
iframe {
height: 87vh;
}
}
}