79459522

Date: 2025-02-22 11:17:31
Score: 0.5
Natty:
Report link

What worked for me is changing styling for img tag in assets/css/style.scss which adds rounded corners to all the pictures on the website like that:

img {
  border-radius: 10px;
}
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Dmitry Polovinkin