79374101

Date: 2025-01-21 10:56:28
Score: 1
Natty:
Report link

You can add custom css for mobile screen

@media (max-width: 767px) {
  .your-container-class {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .your-text-class {
    font-size: 16px !important;
    text-align: center !important;
  }
}

Set your font accordingly.

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