summaryrefslogtreecommitdiffstats
path: root/src/styles/720.scss
blob: 3f2e9d2f0c7502aa111331cfc68c50b1148c80bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@media (orientation: landscape) {

    body {
        .bottom {
            .button {
                img {
                    width: 80%;
                }
            }
        }
    }
}