Skip to content

Commit 533533f

Browse files
committedJan 24, 2022
Fix layout.
1 parent 941772e commit 533533f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
div.navigator {
3030
position: absolute;
31-
right: 10rem;
3231
top: 1.9rem;
3332
}
3433

@@ -57,7 +56,7 @@
5756
div.title-header h1 {
5857
font-weight: 600;
5958
font-size: 40px;
60-
display: inline;
59+
display: inline-block;
6160
}
6261

6362

0 commit comments

Comments
 (0)
Please sign in to comment.