79598574

Date: 2025-04-29 14:14:11
Score: 0.5
Natty:
Report link

You can wrap the two phrases in separate elements and use a media query to stack them on different lines after a certain breakpoint

@media only screen and (max-width: 600px) {
  span {
   display:block;
  }
}
<span>Hello there Mr Nemesis X,</span> <span>welcome to the interwebs!</span>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Renata