79310893

Date: 2024-12-27 04:23:20
Score: 1
Natty:
Report link

you can do this with flex. which should work

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.element1, .element2 {
  flex: 1 1 11rem;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Henk