4,599
edits
No edit summary |
No edit summary |
||
| (2 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'; | ||
} | } | ||
| Line 31: | Line 31: | ||
overflow: auto; | overflow: auto; | ||
} | } | ||
@media (min-width: | @media (min-width: 888px) { | ||
.cards { | .cards { | ||
grid-template-columns: repeat(2, 1fr); | grid-template-columns: repeat(2, 1fr); | ||