LoveIt/assets/css/_core/_media.scss

82 lines
1.1 KiB
SCSS
Raw Normal View History

@media only screen and (max-width: 1800px) {
.page {
max-width: 780px;
2020-02-21 11:11:56 +08:00
#toc-auto {
margin-left: 800px;
}
}
}
@media only screen and (max-width: 1440px) {
.page {
max-width: 680px;
2020-02-21 11:11:56 +08:00
#toc-auto {
margin-left: 700px;
}
}
}
@media only screen and (max-width: 1200px) {
.page {
2019-08-24 19:32:41 +08:00
max-width: 560px;
2020-02-21 11:11:56 +08:00
#toc-auto {
2019-08-24 19:32:41 +08:00
margin-left: 580px;
2019-08-12 01:36:19 +08:00
}
}
}
@media only screen and (max-width: 960px) {
#header-desktop {
2020-02-14 01:30:33 +08:00
.header-wrapper {
2020-02-02 21:07:38 +08:00
margin: 0 1rem;
2019-08-25 00:44:21 +08:00
}
}
.page {
2019-08-24 19:32:41 +08:00
max-width: 80%;
2019-08-22 00:32:52 +08:00
2020-02-21 11:11:56 +08:00
#toc-auto {
2019-08-24 19:32:41 +08:00
display: none;
}
2020-02-21 11:11:56 +08:00
#toc-static {
2019-08-24 19:32:41 +08:00
display: block;
}
2019-08-22 00:32:52 +08:00
}
}
2020-01-31 18:46:28 +08:00
@media only screen and (max-width: 560px) {
#header-desktop {
2019-08-24 19:32:41 +08:00
display: none;
}
2019-08-20 03:01:15 +08:00
#header-mobile {
2019-08-24 19:32:41 +08:00
display: block;
2019-08-20 03:01:15 +08:00
}
.page {
2019-08-24 19:32:41 +08:00
max-width: 100%;
2020-02-16 20:36:36 +08:00
padding-top: $page-padding-top-mobile;
2019-08-22 04:52:29 +08:00
2019-08-24 19:32:41 +08:00
.categories-card {
.card-item {
width: 100%;
2019-08-24 19:32:41 +08:00
}
}
2019-08-20 03:01:15 +08:00
}
2020-02-04 01:55:24 +08:00
.copyright {
.copyright-line {
.icp-splitter {
display: none;
}
.icp-br {
display: block;
}
}
}
2019-08-12 01:36:19 +08:00
}