From 92c5d78db4267b693e2fefa5ec9fa9ebbed9789a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Fri, 7 Apr 2023 22:52:25 +0200
Subject: [PATCH] nicer formatting

---
 instagram_token/templates/instagram_token/exchange.html | 9 ++++-----
 instagram_token/templates/instagram_token/index.html    | 6 ++++--
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/instagram_token/templates/instagram_token/exchange.html b/instagram_token/templates/instagram_token/exchange.html
index d13b75d..c198374 100644
--- a/instagram_token/templates/instagram_token/exchange.html
+++ b/instagram_token/templates/instagram_token/exchange.html
@@ -17,17 +17,16 @@
     <main>
         <h1 class="text-6xl font-bebas mb-5">Kalkulačka přístupových tokenů do Instagramu</h1>
 
-        <div class="prose max-w-none mb-5">
+        <div class="prose max-w-none mb-8">
             <p>
-                Přihlášením svým účtem získáš přístupové údaje, které můžeš využít pro
-                <a href="https://majak.pirati.cz/admin" target="_blank">synchronizaci obsahu</a>
-                na domovské stránce pirati.cz.
+                Výsledky níže můžeš zkopírovat do Majáku.
             </p>
         </div>
 
         <div class="prose max-w-none">
             <p>
-                <strong>Uživatelské ID:</strong> <i>{{ user_id }}</i>
+                <strong>Uživatelské ID:</strong>
+                <pre>{{ user_id }}</pre>
             </p>
 
             <p>
diff --git a/instagram_token/templates/instagram_token/index.html b/instagram_token/templates/instagram_token/index.html
index 99261ed..8f658a0 100644
--- a/instagram_token/templates/instagram_token/index.html
+++ b/instagram_token/templates/instagram_token/index.html
@@ -17,9 +17,11 @@
     <main>
         <h1 class="text-6xl font-bebas mb-5">Kalkulačka přístupových tokenů do Instagramu</h1>
 
-        <div class="prose max-w-none mb-5">
+        <div class="prose max-w-none mb-8">
             <p>
-                Výsledky níže můžeš zkopírovat do Majáku.
+                Přihlášením svým účtem získáš přístupové údaje, které můžeš využít pro
+                <a href="https://majak.pirati.cz/admin" target="_blank">synchronizaci obsahu</a>
+                na domovské stránce pirati.cz.
             </p>
         </div>
 
-- 
GitLab