Skip to content

Commit a29b6c1

Browse files
committed
specify font sizes for titles
1 parent 677faa1 commit a29b6c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/components/gherkin/Title.module.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@
44
padding: 0;
55
margin: 0;
66
}
7+
8+
h1.title,
9+
h2.title{
10+
font-size: 1.5em;
11+
}
12+
13+
h3.title,
14+
h4.title{
15+
font-size: 1.125em;
16+
}

0 commit comments

Comments
 (0)