1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +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

@@ -92,7 +92,7 @@
}
%rounded {
border-radius: 6px;
border-radius: $base-radius;
}
%img-caption {

View File

@@ -23,7 +23,7 @@ $footer-height: 5rem !default;
$footer-height-mobile: 6rem !default; /* screen width: <= 576px */
$main-content-max-width: 1250px !default;
$bottom-min-height: 35rem !default;
$card-radius: 0.5rem;
$base-radius: 0.5rem;
/* syntax highlight */