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