Skip to content

Commit 019c8b7

Browse files
committed
fixed line height in h2
1 parent c25faf3 commit 019c8b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ body {
55
background-color: #f9f9f9;
66
color: #6886c5;
77
display: flex;
8-
justify-content: center;
98
line-height: 22px;
9+
justify-content: center;
1010
}
1111

1212
.container {
@@ -68,6 +68,7 @@ table {
6868
h2 {
6969
color: #6886c5;
7070
font-size: 30px;
71+
line-height: initial;
7172
}
7273

7374
.publications h3,

0 commit comments

Comments
 (0)