1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

refactor: unify the border radius of blocks

scope: code blocks, prompts, images, and videos
This commit is contained in:
Cotes Chung
2022-12-20 16:04:39 +08:00
parent 9306c7b39e
commit e01eb8af14
4 changed files with 16 additions and 19 deletions

View File

@@ -33,6 +33,7 @@
.preview-img {
@include align-center;
@extend %preview-margin;
@extend %rounded;
max-width: 100%;
@@ -48,7 +49,7 @@
object-fit: cover;
@extend %preview-margin;
@extend %img-rounded;
@extend %rounded;
}
}