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

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

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

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