1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-01-08 16:06:16 +00:00

refactor: uniform block border radius

scope:
- categories
- posts (prompt, code snippets)
This commit is contained in:
Cotes Chung
2023-03-21 10:59:20 +08:00
parent 414dd132ae
commit 2a4d67d65c
6 changed files with 25 additions and 25 deletions

View File

@@ -19,7 +19,7 @@
.card {
%img-radius {
border-radius: $card-radius $card-radius 0 0;
border-radius: $base-radius $base-radius 0 0;
}
.preview-img {
@@ -146,7 +146,7 @@
@media all and (min-width: 768px) {
#post-list {
%img-radius {
border-radius: 0 $card-radius $card-radius 0;
border-radius: 0 $base-radius $base-radius 0;
}
.card {