aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs-example/public/css/basscss_responsive_type_scale.css
blob: 27de3da949217a350680fa1d70526bb09d67c997 (plain) (blame)
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
/* Basscss Responsive Type Scale */
/* Modified by Fabio Berger to include xs prefix */

@media (max-width: 52em) {
    /* Modified by Fabio Berger to max-width from min-width */
    .sm-h00 {
        font-size: 4rem;
    }
    .sm-h0 {
        font-size: 3rem;
    }
    .sm-h1 {
        font-size: 2rem;
    }
    .sm-h2 {
        font-size: 1.5rem;
    }
    .sm-h3 {
        font-size: 1.25rem;
    }
    .sm-h4 {
        font-size: 1rem;
    }
    .sm-h5 {
        font-size: 0.875rem;
    }
    .sm-h6 {
        font-size: 0.75rem;
    }
}

@media (min-width: 52em) {
    .md-h00 {
        font-size: 4rem;
    }
    .md-h0 {
        font-size: 3rem;
    }
    .md-h1 {
        font-size: 2rem;
    }
    .md-h2 {
        font-size: 1.5rem;
    }
    .md-h3 {
        font-size: 1.25rem;
    }
    .md-h4 {
        font-size: 1rem;
    }
    .md-h5 {
        font-size: 0.875rem;
    }
    .md-h6 {
        font-size: 0.75rem;
    }
}

@media (min-width: 64em) {
    .lg-h00 {
        font-size: 4rem;
    }
    .lg-h0 {
        font-size: 3rem;
    }
    .lg-h1 {
        font-size: 2rem;
    }
    .lg-h2 {
        font-size: 1.5rem;
    }
    .lg-h3 {
        font-size: 1.25rem;
    }
    .lg-h4 {
        font-size: 1rem;
    }
    .lg-h5 {
        font-size: 0.875rem;
    }
    .lg-h6 {
        font-size: 0.75rem;
    }
}