Merge pull request #130 from ThomasRubini/fix_recipe_images_view

hide overflow content
This commit is contained in:
Marla 2023-01-26 17:07:05 +01:00 committed by GitHub
commit daa00d6494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,7 @@ body > main > article > section > ul > li::marker {
flex-direction: column;
color: black;
text-decoration: none;
overflow: hidden;
}
.recipe > section {
display: flex;