Problematic behavior
On desktop, the page is vertically divided in two section. An illustration section then the content section.
Currently the illustration section has a padding of 2rem all around so the illustration used does not stick on edges that look visually weird.
Expected behavior/code
The illustration section should not have padding in order to stick illustration on left and bottom edges.
Possible Solution
Remove the padding: 2rem to the illustration box component.
Display the illustration through CSS with background-image and keep only the FUN Logo as image. From my point of view, this solution is more semantically adapted.
Bug Report
Problematic behavior On desktop, the page is vertically divided in two section. An illustration section then the content section.
Currently the illustration section has a padding of 2rem all around so the illustration used does not stick on edges that look visually weird.
Expected behavior/code The illustration section should not have padding in order to stick illustration on left and bottom edges.
Possible Solution
padding: 2rem
to the illustration box component.background-image
and keep only the FUN Logo as image. From my point of view, this solution is more semantically adapted.Additional context/Screenshots