79581051

Date: 2025-04-18 12:47:23
Score: 1.5
Natty:
Report link

Add display: flex to the class .footer.text.parent

Code:

.footer.text.parent {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100vw;
  height: auto;
}

Result:

Result

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Peter Plevko