From e9ebb6dc7d2a935458be58f2e22fc49092b2d9bb Mon Sep 17 00:00:00 2001 From: worldwidepixel <58098422+worldwidepixel@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:33:27 -0700 Subject: [PATCH] fix silly issues --- template/company.twig | 38 -------------------------------------- template/nation.twig | 2 +- 2 files changed, 1 insertion(+), 39 deletions(-) diff --git a/template/company.twig b/template/company.twig index 4ed80ef..14fb0d1 100644 --- a/template/company.twig +++ b/template/company.twig @@ -19,43 +19,5 @@ - - {% include 'includes/footer.twig' %} {% include 'includes/foot.twig' %} \ No newline at end of file diff --git a/template/nation.twig b/template/nation.twig index 01defec..3dc53e3 100644 --- a/template/nation.twig +++ b/template/nation.twig @@ -40,7 +40,7 @@ } } -p, h1, h2, h3 { +.nationLayout p, h1, h2, h3 { margin: 0; }