1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 13:44:15 +00:00

Fix the code style of SASS

This commit is contained in:
Cotes Chung
2021-12-31 00:29:25 +08:00
parent 37344ef0df
commit ecf31ff308
2 changed files with 13 additions and 9 deletions

View File

@@ -123,7 +123,7 @@ img.preview-img {
white-space: normal;
}
} // .post-navigation
} /* .post-navigation */
@keyframes fade-up {
from {
@@ -301,13 +301,13 @@ nav[data-toggle=toc] {
}
}
} // .share-icons
} /* .share-icons */
.fas.fa-link {
@include btn-sharing-color(rgb(171, 171, 171));
}
} // .share-wrapper
} /* .share-wrapper */
.share-label {
@include label(inherit, 400, inherit);
@@ -331,7 +331,8 @@ nav[data-toggle=toc] {
span:last-child {
font-size: 0.85rem;
}
} // .license-wrapper
} /* .license-wrapper */
@media all and (max-width: 576px) {
.preview-img[data-src] {