-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles-tablet.css
More file actions
63 lines (50 loc) · 750 Bytes
/
styles-tablet.css
File metadata and controls
63 lines (50 loc) · 750 Bytes
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
p {
text-align: center;
font-size: 1.5rem;
}
h1 span {
font-size: 3.5rem;
}
section > h2 {
font-size: 1.5rem;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 40px;
}
#urban h2 {
margin-bottom: 20px;
}
#urban1 p {
font-size: 1rem;
}
.fixed-top nav {
padding: 15px 0px;
}
.fixed-top nav a {
margin: 0px;
margin-left: auto;
margin-right: auto;
font-size: 1rem;
}
nav {
font-size: 0.5rem;
padding-left: 10px;
padding-right: 10px;
}
.fixed-top {
flex-direction: column;
}
.fixed-top nav a {
font-size: 1rem;
}
#urban1 .h2 {
padding: 0 .5rem;
}
#home .h1 {
flex-wrap: wrap;
}
footer {
display: block;
text-align: center;
padding: 80px 60px;
}