diff --git a/apps/Recipes/Templates/catalog.php b/apps/Recipes/Templates/catalog.php
index b08f088..6419310 100644
--- a/apps/Recipes/Templates/catalog.php
+++ b/apps/Recipes/Templates/catalog.php
@@ -28,61 +28,66 @@ the_header(
diff --git a/assets/css/style.css b/assets/css/style.css
index 2fe2628..d98053a 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -831,7 +831,7 @@ input[type="checkbox"]{
.filters {
position: fixed;
- max-height: 454px;
+ max-height: 500px;
width: 230px;
padding: 15px;
background-color: var(--panel-background);
@@ -874,6 +874,7 @@ input[type="checkbox"]{
.filters-form .btn {
width: 200px;
+ margin-bottom: 10px;
}
.single-recipe {