From e8192d543c0ee8886106424d28722ac797c0a706 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Fri, 26 May 2023 00:45:32 +0200
Subject: [PATCH] fix css

---
 lectures/templates/lectures/view_lecture.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lectures/templates/lectures/view_lecture.html b/lectures/templates/lectures/view_lecture.html
index 1477c0d..505e8de 100644
--- a/lectures/templates/lectures/view_lecture.html
+++ b/lectures/templates/lectures/view_lecture.html
@@ -71,9 +71,9 @@
                         {% endfor %}
                     </ul>
                 {% else %}
-                    <span
-                        class="text-gray-200 my-3 py-3 border-y border-gray-200"
-                    >Žádné materiály.</span>
+                    <div
+                        class="text-gray-200 my-3 py-[1.125rem] border-y border-gray-200"
+                    >Žádné materiály.</div>
                 {% endif %}
             {% endwith %}
         </section>
@@ -96,9 +96,9 @@
                         {% endfor %}
                     </ul>
                 {% else %}
-                    <span
-                        class="text-gray-200 my-3 py-3 border-y border-gray-200"
-                    >Žádné nahrávky.</span>
+                    <div
+                        class="text-gray-200 my-3 py-[1.125rem] border-y border-gray-200"
+                    >Žádné nahrávky.</div>
                 {% endif %}
             {% endwith %}
         </section>
-- 
GitLab