summaryrefslogtreecommitdiff
path: root/styles/home/mobile.css
blob: a57a9888eea6ca504921e9318c80635c1292f986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@media (max-width: 899px) {
    div.content > div {
        display: flex;
        flex-direction: column;
    }

    div.content {
        border-radius: 0px;
        width:100%;
        height: 100%;
    }
}