mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 11:33:20 +01:00
63 lines
826 B
SCSS
63 lines
826 B
SCSS
@media only screen and (max-width: 1800px) {
|
|
.post-warp {
|
|
max-width: 780px;
|
|
|
|
.post-toc {
|
|
margin-left: 800px;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1300px) {
|
|
.post-warp {
|
|
max-width: 560px;
|
|
|
|
.post-toc {
|
|
margin-left: 580px;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1080px) {
|
|
.navbar {
|
|
.navbar-container {
|
|
margin: 0 2rem;
|
|
}
|
|
}
|
|
|
|
.post-warp {
|
|
max-width: 80%;
|
|
|
|
.post-toc {
|
|
display: none;
|
|
}
|
|
|
|
.post-toc-mobile {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.navbar {
|
|
display: none;
|
|
}
|
|
|
|
.navbar-mobile {
|
|
display: block;
|
|
}
|
|
|
|
.post-warp {
|
|
max-width: 100%;
|
|
|
|
.categories-card {
|
|
.card-item {
|
|
width: 95%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.dynamic-to-top {
|
|
display: none !important;
|
|
}
|
|
}
|