Skip to content

Commit 4db945f

Browse files
committed
use rem instead of px
1 parent e1ccecf commit 4db945f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/screen.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ ul {
3232
}
3333

3434
h1, h2, h3, h4, h5, h6 {
35-
margin-top: 14px;
36-
margin-bottom: 14px;
35+
margin-top: 0.875rem;
36+
margin-bottom: 0.875rem;
3737
line-height: 1.1;
3838
}
3939

0 commit comments

Comments
 (0)