Merge pull request #130 from ThomasRubini/fix_recipe_images_view
hide overflow content
This commit is contained in:
commit
daa00d6494
@ -187,6 +187,7 @@ body > main > article > section > ul > li::marker {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
color: black;
|
color: black;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.recipe > section {
|
.recipe > section {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user