From d7707def22bb895751651e4b093dc3f2bdac755c Mon Sep 17 00:00:00 2001 From: worldwidepixel <58098422+worldwidepixel@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:10:54 -0700 Subject: [PATCH] Margin: 0 --- template/nation.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/nation.twig b/template/nation.twig index 7edf269..011ce30 100644 --- a/template/nation.twig +++ b/template/nation.twig @@ -36,6 +36,10 @@ } } +p, h1, h2, h3 { + margin: 0; +} + .nationFlag { border-radius: 12px; }