From 59fe4f1931d7ad454fd28c2d4f237bce0ca88654 Mon Sep 17 00:00:00 2001 From: Jarmil <jarmil.halamicek@seznam.cz> Date: Fri, 4 Sep 2020 10:12:45 +0200 Subject: [PATCH] Program2021: zvetseni perexu stranky --- program2021/templates/program2021/program2021_home_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program2021/templates/program2021/program2021_home_page.html b/program2021/templates/program2021/program2021_home_page.html index b5b82ee4..a889c69e 100644 --- a/program2021/templates/program2021/program2021_home_page.html +++ b/program2021/templates/program2021/program2021_home_page.html @@ -5,7 +5,7 @@ <section class="jumbotron text-center"> <div class="container"> <h1>{{ page.headline }}</h1> - <p class="lead text-muted">{{ page.perex }}</p> + <p class="lead mt-3"><big>{{ page.perex }}</big></p> <form class="text-left mt-5" action="{% pageurl page %}" method="POST"> {% csrf_token %} -- GitLab