From a3a7f50a5bcaf104496082163e935a86d2e39804 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 9 Apr 2022 19:54:42 -0500 Subject: [PATCH] Remove gap between paragraphs in footer --- assets/css/bobastyle.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index b039cbc..605b62c 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -348,6 +348,10 @@ footer { text-align: center; } +footer p { + margin: 0; +} + img, video { max-width: 100%;