summaryrefslogtreecommitdiffstats
path: root/src/styles/landscape.scss
blob: 372592bd71b6c0c7d55b04b2a173f14eb40ed146 (plain)
1
2
3
4
5
6
7
8
@media (orientation: landscape) {

    body {
        .item {
            flex-basis: 25%;
        }
    }
}