diff --git a/template/nation.twig b/template/nation.twig index fa0019b..7edf269 100644 --- a/template/nation.twig +++ b/template/nation.twig @@ -7,12 +7,12 @@
-

{{ nation.name }}

+

{{ nation.name }}

{{ nation.short }}

{{ nation.name }}'s flag.
-

Description

+

Description

{{ nation.description }}

@@ -32,7 +32,7 @@ .nationLayout { display: flex; flex-direction: row; - gap: 1rem; + gap: 3rem; } } @@ -43,6 +43,7 @@ .nationCoreInfo { flex-grow: 1; flex-basis: 250px; + gap: 1rem; display: flex; flex-direction: column; flex-wrap: wrap;