From 40607370af5814b0763475893d29390e03eccd1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexa=20Valentov=C3=A1?= <git@imaniti.org>
Date: Tue, 13 May 2025 18:17:58 +0200
Subject: [PATCH] update spacing

---
 main/templates/main/main_careers_page.html | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/main/templates/main/main_careers_page.html b/main/templates/main/main_careers_page.html
index 403a31a88..f244461c0 100644
--- a/main/templates/main/main_careers_page.html
+++ b/main/templates/main/main_careers_page.html
@@ -14,8 +14,14 @@
             <main role="main" class="mb-20">
                 <div class="container--wide">
                     {% if not show_closed %}
-                        <a class="underline" href="?show_closed=true">Zobrazit uzavřené</a>
+                        <div class="mb-8">
+                            <a class="underline" href="?show_closed=true">Zobrazit uzavřené</a>
+                        </div>
                     {% else %}
+                        <div class="mb-8">
+                            <a class="underline" href="?show_closed=true">Zobrazit uzavřené</a>
+                        </div>
+                        
                         <a class="underline" href="?show_closed=false">Skrýt uzavřené</a>
                     {% endif %}
 
-- 
GitLab