Skip to content

Commit f6d6b91

Browse files
authored
Update styles.css
1 parent cd6db79 commit f6d6b91

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

css/styles.css

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,20 @@ p {
5252
font-size: 13px;
5353
font-family: Bahnschrift, Inter, Helvetic, sans-serif;
5454
text-align: left;
55-
margin-left: 5px; }
55+
margin-left: 5px;
56+
}
5657
p.em1 {
57-
margin-left: 1em; }
58+
margin-left: 1em;
59+
}
5860
p.em2 {
59-
margin-left: 2em; }
61+
margin-left: 2em;
62+
}
6063
p.em3 {
61-
margin-left: 3em; }
64+
margin-left: 3em;
65+
}
6266
p.em4 {
63-
margin-left: 4em; }
67+
margin-left: 4em;
68+
}
6469

6570
background: linear-gradient(34deg, #5cc0fb 0%, transparent 48.18%, #83d8ff 56.429%, rgba(134,252,212,0.36) 100%);
6671

@@ -93,11 +98,11 @@ h4 {
9398
font-family: Inter, Georgia, BahnSchrift, sans-serif, Consolas;
9499
}
95100
h5 {
96-
font-size: 12px;
101+
font-size: 14px;
97102
font-family: Bahnschrift, Inter, Helvetic, sans-serif;
98103
}
99104
h6 {
100-
font-size: 10px;
105+
font-size: 12px;
101106
font-family: Consolas, Inter, Bahnschrift, Inter, Helvetic, sans-serif;
102107
}
103108

0 commit comments

Comments
 (0)