summaryrefslogtreecommitdiffstats
path: root/css/mobile.css
blob: 9d840dbbf9fb263dd3ef9c59fe30e4c84841a4e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@media (max-width: 770px) {
    #app-content .utils .date {
        display: none;
    }
}

@media (max-width: 600px) {
    #app-content .heading .date {
        display: none;
    }

    #app-content .heading h1 {
    	margin-right: 0;
    }

    #app-content .utils {
    	padding-right: 15px;
    }

    #app-content .article {
    	padding-right: 5px;
    	padding-left: 44px;
    }
}