mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 19:36:20 +01:00
73 lines
970 B
SCSS
73 lines
970 B
SCSS
@media only screen and (max-width: 1440px) {
|
|
.page {
|
|
width: 56%;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1200px) {
|
|
.page {
|
|
width: 52%;
|
|
}
|
|
|
|
#header-desktop .header-wrapper {
|
|
padding-right: 1rem;
|
|
}
|
|
|
|
.search-dropdown.desktop {
|
|
right: 1rem;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 960px) {
|
|
#toc-auto {
|
|
display: none;
|
|
}
|
|
|
|
#toc-static {
|
|
display: block;
|
|
}
|
|
|
|
.page {
|
|
width: 80%;
|
|
}
|
|
|
|
#header-desktop .header-wrapper {
|
|
padding-left: 1rem;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 680px) {
|
|
#header-desktop {
|
|
display: none;
|
|
}
|
|
|
|
#header-mobile {
|
|
display: block;
|
|
}
|
|
|
|
body.blur {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.page {
|
|
width: 100%;
|
|
padding-top: $page-padding-top-mobile;
|
|
|
|
.categories-card {
|
|
.card-item {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.copyright {
|
|
.copyright-line {
|
|
.icp-splitter {
|
|
display: none;
|
|
}
|
|
.icp-br {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
}
|