79637719

Date: 2025-05-25 13:48:27
Score: 1
Natty:
Report link

Replacing

#container {
  display: inline-flex;

in your CSS with this will correct it:-

#container {
  display: block-flex;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zion ToDo