4,595
edits
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
.action.action-5:before { | .action.action-5:before { | ||
content: '5'; | content: '5'; | ||
} | |||
.cards { | |||
margin: 0 auto; | |||
display: grid; | |||
gap: 1rem; | |||
overflow: auto; | |||
} | |||
@media (min-width: 640px) { | |||
.cards { | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
} | } | ||