From ff2e87fd9e0031ec85f5253d0519bb400eb8e8db Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Fri, 22 Oct 2021 23:40:09 -0500 Subject: [PATCH] Make the image and video border a bit bigger --- assets/css/bobastyle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 4834d87..45ba4ac 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -104,7 +104,7 @@ img, video { img:not(.noborder), video:not(.noborder) { padding: 5px; - border: 5px solid #1b5b9b; + border: 7px solid #1b5b9b; } figure {