diff --git a/static/style.css b/static/style.css index 18f93ab..f4ea78e 100644 --- a/static/style.css +++ b/static/style.css @@ -116,7 +116,7 @@ h2 { width: 80px; height: 80px; border-radius: 40px; - font-size: 48px; + font-size: 42px; margin: 16px 20px; } diff --git a/templates/meal_list.html b/templates/meal_list.html index 97d4500..35c662b 100644 --- a/templates/meal_list.html +++ b/templates/meal_list.html @@ -44,6 +44,11 @@ {% if meal.selection_deadline != 'Deadline passed' %}Confirmed in {% endif %}{{meal.selection_deadline}} {% endfor%} +

 

+
+
+ Plan new meal +
{% if current_user.is_authenticated %}