2019-11-20 08:58:41 +01:00
|
|
|
@media only screen and (max-width: 1800px) {
|
2020-02-01 12:47:58 +01:00
|
|
|
.page {
|
2019-11-20 08:58:41 +01:00
|
|
|
max-width: 780px;
|
|
|
|
|
|
|
|
.post-toc {
|
2020-01-31 18:52:27 +01:00
|
|
|
width: 300px;
|
2019-11-20 08:58:41 +01:00
|
|
|
margin-left: 800px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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-01-31 18:52:27 +01:00
|
|
|
max-width: 680px;
|
|
|
|
|
|
|
|
.post-toc {
|
|
|
|
width: 240px;
|
|
|
|
margin-left: 700px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 1200px) {
|
2020-02-01 12:47:58 +01:00
|
|
|
.page {
|
2019-08-24 13:32:41 +02:00
|
|
|
max-width: 560px;
|
|
|
|
|
|
|
|
.post-toc {
|
2020-01-31 18:52:27 +01:00
|
|
|
width: 180px;
|
2019-08-24 13:32:41 +02:00
|
|
|
margin-left: 580px;
|
2019-08-11 19:36:19 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-01-31 18:52:27 +01:00
|
|
|
@media only screen and (max-width: 960px) {
|
2019-08-24 18:44:21 +02:00
|
|
|
.navbar {
|
|
|
|
.navbar-container {
|
|
|
|
margin: 0 2rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-02-01 12:47:58 +01:00
|
|
|
.page {
|
2019-08-24 13:32:41 +02:00
|
|
|
max-width: 80%;
|
2019-08-21 18:32:52 +02:00
|
|
|
|
2019-08-24 13:32:41 +02:00
|
|
|
.post-toc {
|
|
|
|
display: none;
|
|
|
|
}
|
2019-08-21 22:01:02 +02:00
|
|
|
|
2019-08-24 13:32:41 +02:00
|
|
|
.post-toc-mobile {
|
|
|
|
display: block;
|
|
|
|
}
|
2019-08-21 18:32:52 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-01-31 11:46:28 +01:00
|
|
|
@media only screen and (max-width: 560px) {
|
2019-08-24 13:32:41 +02:00
|
|
|
.navbar {
|
|
|
|
display: none;
|
2019-08-17 17:16:09 +02:00
|
|
|
}
|
2019-08-19 21:01:15 +02:00
|
|
|
|
|
|
|
.navbar-mobile {
|
2019-08-24 13:32:41 +02:00
|
|
|
display: block;
|
2019-08-19 21:01:15 +02:00
|
|
|
}
|
|
|
|
|
2020-02-01 12:47:58 +01:00
|
|
|
.page {
|
2019-08-24 13:32:41 +02:00
|
|
|
max-width: 100%;
|
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
|
|
|
}
|
|
|
|
|
2019-08-24 13:32:41 +02:00
|
|
|
.dynamic-to-top {
|
2019-08-21 22:29:39 +02:00
|
|
|
display: none !important;
|
2019-08-19 21:01:15 +02:00
|
|
|
}
|
2019-08-11 19:36:19 +02:00
|
|
|
}
|