summaryrefslogtreecommitdiff
path: root/webcards/styles/home/mobile.css
blob: 4e469de27bbf66d3df090d86977e79b36a5e1569 (plain)
1
2
3
4
5
6
@media (max-width: 599px) {
    div.content > div {
        display: flex;
        flex-direction: column;
    }
}