From 413498e4c10fc90df440ce7600f665f66a752f1a Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 5 Aug 2024 23:12:34 +0200 Subject: [PATCH] PRE and Table border-radius both 0.5em --- themes/hugo-theme-ipng/assets/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-theme-ipng/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss index 30c3873..d6686df 100644 --- a/themes/hugo-theme-ipng/assets/styles.scss +++ b/themes/hugo-theme-ipng/assets/styles.scss @@ -754,7 +754,7 @@ table { width: 100%; text-align: left; border-collapse: separate; - border-radius: 1em; + border-radius: 0.5em; border: 2px solid $ipng-orange; tr { &:nth-child(even) {