Skip to content

Commit b204d9a

Browse files
committed
Standardize serif styling for section h1 headings
1 parent c02f5c6 commit b204d9a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,14 @@ img {
151151
padding: clamp(1rem, 2.2vw, 2rem);
152152
}
153153

154-
.hero h1,
154+
h1,
155155
h2,
156156
h3 {
157157
margin-top: 0;
158158
}
159159

160160
.hero h1,
161+
section h1,
161162
section h2,
162163
section h3 {
163164
font-family: 'Newsreader', Georgia, serif;

0 commit comments

Comments
 (0)