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:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user