79693451

Date: 2025-07-07 22:05:39
Score: 2
Natty:
Report link

You can add @media for mobile responsiveness if the screen from 800px or below.

.fronttest {
   display: flex;
    flex-direction: row;
}

@media (max-width: 800px) {
  .fronttest {
    
    flex-direction: column;
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @media
  • Low reputation (1):
Posted by: Janm Arch Rubio