summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authoramzrk22020-05-07 13:53:55 +0800
committeramzrk22020-05-07 13:53:55 +0800
commitf3b1365b93d6af9e52f4fec54ce30f464468f08e (patch)
tree28a26e2a3f1129c3f3aaa8c1640273e0f8e63a80 /assets
parent534c4bb677005acd30a3a1e19c548294f69e1e8a (diff)
downloadhugo-theme-fuji-f3b1365b93d6af9e52f4fec54ce30f464468f08e.tar.gz
hugo-theme-fuji-f3b1365b93d6af9e52f4fec54ce30f464468f08e.tar.bz2
hugo-theme-fuji-f3b1365b93d6af9e52f4fec54ce30f464468f08e.zip
Use same border-radius in post images & sidebar
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_class.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/_class.scss b/assets/sass/_class.scss
index f0fb73b..6e77110 100644
--- a/assets/sass/_class.scss
+++ b/assets/sass/_class.scss
@@ -80,6 +80,6 @@ body {
img {
border: 2px solid $color-secondary;
- border-radius: 1px;
+ border-radius: 2px;
}
} \ No newline at end of file