Skip to content

Commit 63cb794

Browse files
authored
Update style.css
1 parent 70ee20d commit 63cb794

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

style.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ a {
4242
}
4343

4444
/* Headings */
45+
46+
h1, h2, h3, h4, h5, h6 {
47+
margin: 2rem 0 1rem;
48+
font-weight: 800;
49+
line-height: 1.25;
50+
}
51+
4552
h1 {
4653
color: var(--ctp-latte-lavender);
4754
font-size: 4.1rem;
@@ -51,12 +58,6 @@ h1 {
5158
margin: 0 0 0.25em;
5259
}
5360

54-
h1, h2, h3, h4, h5, h6 {
55-
margin: 2rem 0 1rem;
56-
font-weight: 800;
57-
line-height: 1.25;
58-
}
59-
6061
/* Header Bar */
6162
.headerbar {
6263
display: flex;

0 commit comments

Comments
 (0)