aboutsummaryrefslogtreecommitdiff
path: root/src/static/mobile.css
blob: d4456ba96723ffc85a3fae31b8d442a779507728 (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
25
26
27
28
29
30
31
32
33
34
35
36
@media (max-width: 1000px) {
    body {
        display: block;
    }
    .newItem td {
        display:block;
    }
    table{
        width: 100%;
    }
    h1, button, input {
        font-size: 72px;
    }
    h2, .navigation {
        font-size: 64px;
    }
    td, p, li {
        font-size: 36px;
    }
    input {
        font-size: 72px;
        display: block;
        width: 95%;
    }
    .navigation {
        border-left: none;
        display: inline;
        
    }
    .navigation h2, .navigation div {
        display: inline;
    }
    .table-index {
        display: none;
    }
}