diff --git a/CHANGELOG.md b/CHANGELOG.md index 94315380f..87837c9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ - Added available Android apps to README - Update dev dependencies to recent phpunit to avoid warnings and issues [#376](https://github.com/nextcloud/cookbook/pull/376) @christianlupus +- Made the layout more responsive to shift the metadata right of the image in very wide screens + [#349](https://github.com/nextcloud/cookbook/pull/349/) @christianlupus ### Fixed - Add a min PHP restriction in the metadata diff --git a/src/components/RecipeImages.vue b/src/components/RecipeImages.vue index 8063d129c..12a89bcc2 100644 --- a/src/components/RecipeImages.vue +++ b/src/components/RecipeImages.vue @@ -1,7 +1,7 @@