-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (47 loc) · 1.07 KB
/
style.css
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
/*
Theme Name: Twenty Twenty Child
Theme URI: http://github.com/BridgeCityBicycleCoop/
Description: Twenty Twenty Child Theme
Author: digital@bridgecitybicyclecoop.com
Author URI: https://github.com/BridgeCityBicycleCoop
Template: twentytwenty
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twentytwenty-child
*/
h1,
.heading-size-1 {
font-size: 2.1rem;
font-weight: 600;
line-height: 1.138888889;
}
@media (min-width: 700px) {
h1,
.heading-size-1,
h2,
.heading-size-2,
h3,
.heading-size-3 {
margin: 6rem auto 3rem;
}
h1,
.heading-size-1 {
font-size: 4.2rem;
}
}
@media (min-width: 1024px ) {
h1,
.heading-size-1 {
font-size: 4.2rem;
font-weight: 600;
line-height: 1.138888889;
}
}
@media (min-width: 1220px) {
/* Element Base -------------------------- */
/* TITLES */
h1,
.heading-size-1 {
font-size: 6.6rem;
}
}