4,599
edits
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
} | } | ||
.action.action-1:before { | .action.action-1:before { | ||
content: '1'; | content: ' 1'; | ||
} | } | ||
.action.action-2:before { | .action.action-2:before { | ||
content: '2'; | content: ' 2'; | ||
} | } | ||
.action.action-3:before { | .action.action-3:before { | ||
content: '3'; | content: ' 3'; | ||
} | } | ||
.action.action-4:before { | .action.action-4:before { | ||
content: '4'; | content: ' 4'; | ||
} | } | ||
.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: 888px) { | |||
.cards { | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
} | } | ||