TheOdinProject / css-exercises

MIT License
1.69k stars 71.51k forks source link

Bug - 06-flex-layout: desired-outcome.png not matching solution #570

Closed mat-95 closed 4 months ago

mat-95 commented 4 months ago

Complete the following REQUIRED checkboxes:

The following checkbox is OPTIONAL:


1. Description of the Bug:

The desired-outcome image does not match the solution. The space between the logo and the input is larger in the solution than the one shown in the desired-outcome image. This issue was introduced in #360. It was mentioned in the comments of #349, that using gap would produce uneven spacing, but the image was not updated in the PR.

desired-outcome.png: desired-outcome

Solution output: desired-outcome

2. How To Reproduce:

Apply solution.css to index.html file and open it. Compare it with desired-outcome.png.

3. Expected Behavior:

The space between the logo and the input should match between the web page and desired-outcome.png.

4. Desktop/Device:

MaoShizhong commented 4 months ago

Fair spot. Feel free to PR a replacement of the desired outcome image with what the solution code produces.