summaryrefslogtreecommitdiffstats
path: root/static/css/responsive.css
blob: 8ec4f6738a865dcc21b4b0fff380865e601c7b1e (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
@media (max-width: 870px) {
    header {
        text-align: center;
    }

    #logo, nav, .overview div {
        float: none !important;
        width: 100% !important;
    }

    .about {
        margin-top: 3em;
        margin-left: 0 !important;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .service-row .row-fluid div {
        float: none;
    }

    #services .img {
        text-align: center;
    }

    #services .desc, #services .img {
        width: 100%;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .service-row .row-fluid div {
        float: left;
    }

    .service-row .row-fluid .img {
        width: 20% !important;
    }

    .service-row .row-fluid .desc {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .service-row {
        margin: 0;
    }
}

@media (max-width: 527px) {
    nav a {
        display: block;
        line-height: 1.2em;
        margin: 0.5em;
    }
}

@media (max-width: 527px) {
    h1 {
        font-size: 20px;
        margin: 6px 0px 10px 0px;
    }

    h1 small {
        font-size: 16px;
    }

    h2 {
        font-size: 16px;
        line-height: 1.2;
        margin: 8px 0px 4px 0px;
    }

    h2 small {
        font-size: 13px;
    }

    h3 {
        font-size: 14px;
        line-height: 1.2;
        margin: 6px 0px 4px 0px;
    }

    h3 small {
        font-size: 12px;
    }

    h4 {
        font-size: 14px;
    }

    h4 small {
        font-size: 12px;
    }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.2;
    }

    #post-date h1 {
        margin: 0.0em 0.0em 0.0em 0.0em;
    }

    #blog-show small {
        float: none !important;
        margin: 0.0em 0em 0.0em 0em !important;
        font-size: 16px;
        line-height: 20px
    }
}