mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
chore: delete useless code
This commit is contained in:
@@ -26,17 +26,9 @@
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
%preview-margin {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.preview-img {
|
||||
@include align-center;
|
||||
@extend %preview-margin;
|
||||
@extend %rounded;
|
||||
|
||||
max-width: 100%;
|
||||
|
||||
&:not(.no-bg) {
|
||||
img.lazyloaded {
|
||||
background: var(--img-bg);
|
||||
@@ -48,7 +40,6 @@
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
|
||||
@extend %preview-margin;
|
||||
@extend %rounded;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user