2020-01-31 18:52:27 +01:00
|
|
|
@media only screen and (max-width: 1440px) {
|
2020-02-01 12:47:58 +01:00
|
|
|
.page {
|
2020-03-16 03:59:51 +01:00
|
|
|
max-width: 56%;
|
2020-01-31 18:52:27 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1200px) {
|
2020-02-01 12:47:58 +01:00
|
|
|
.page {
|
2020-03-16 03:59:51 +01:00
|
|
|
max-width: 52%;
|
2019-08-11 19:36:19 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-01-31 18:52:27 +01:00
|
|
|
@media only screen and (max-width: 960px) {
|
2020-04-15 09:46:50 +02:00
|
|
|
#toc-auto {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-08-21 18:32:52 +02:00
|
|
|
|
2020-04-15 09:46:50 +02:00
|
|
|
#toc-static {
|
|
|
|
display: block;
|
|
|
|
}
|
2019-08-21 22:01:02 +02:00
|
|
|
|
2020-04-15 09:46:50 +02:00
|
|
|
.page {
|
|
|
|
max-width: 80%;
|
2019-08-21 18:32:52 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-03-14 07:42:12 +01:00
|
|
|
@media only screen and (max-width: 680px) {
|
2020-02-16 09:42:14 +01:00
|
|
|
#header-desktop {
|
2019-08-24 13:32:41 +02:00
|
|
|
display: none;
|
2019-08-17 17:16:09 +02:00
|
|
|
}
|
2019-08-19 21:01:15 +02:00
|
|
|
|
2020-02-16 09:42:14 +01:00
|
|
|
#header-mobile {
|
2019-08-24 13:32:41 +02:00
|
|
|
display: block;
|
2019-08-19 21:01:15 +02:00
|
|
|
}
|
|
|
|
|
2020-04-15 09:46:50 +02:00
|
|
|
body.blur {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2020-02-01 12:47:58 +01: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 {
|
2020-01-31 18:52:27 +01:00
|
|
|
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
|
|
|
}
|