mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-01-14 19:04:56 +00:00
feat(ui): show preview image in home page
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
}
|
||||
|
||||
.preview-img {
|
||||
overflow: hidden;
|
||||
aspect-ratio: 40 / 21;
|
||||
|
||||
@extend %rounded;
|
||||
|
||||
&:not(.no-bg) {
|
||||
@@ -36,7 +39,6 @@
|
||||
}
|
||||
|
||||
img {
|
||||
aspect-ratio: 40 / 21;
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user