diff --git a/program2021/templates/program2021/program2021_home_page.html b/program2021/templates/program2021/program2021_home_page.html index b5b82ee4639a177d1653e1d15208e5c6ccb81ffa..a889c69ead00a5efc1c2d9fec7d9fffac390474f 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 %}