79124079

Date: 2024-10-25 02:27:10
Score: 1
Natty:
Report link
.srow {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.srow > * {
    flex: 1;
}

.aside {
    flex: 0 25%;
}

@media (max-width: 500px) {
    .aside {
        flex: 0 100%;
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pulkit Saxena