diff --git a/app/src/main/res/layout/fragment_recipe_info.xml b/app/src/main/res/layout/fragment_recipe_info.xml
index aae8fd4..91df7fc 100644
--- a/app/src/main/res/layout/fragment_recipe_info.xml
+++ b/app/src/main/res/layout/fragment_recipe_info.xml
@@ -86,6 +86,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/instructions_header"
+ android:paddingBottom="@dimen/bottom_padding_instructions_list_fragment_recipe_info"
tools:itemCount="2"
tools:listitem="@layout/view_holder_instruction" />
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
index c3eabea..fea48a6 100644
--- a/app/src/main/res/values/dimens.xml
+++ b/app/src/main/res/values/dimens.xml
@@ -4,4 +4,5 @@
360dp
180dp
@dimen/height_view_holder_recipe_image
+ 30dp
\ No newline at end of file