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:
@@ -92,7 +92,7 @@
|
||||
}
|
||||
|
||||
%rounded {
|
||||
border-radius: 6px;
|
||||
border-radius: $base-radius;
|
||||
}
|
||||
|
||||
%img-caption {
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user