Skip to content

Commit d2abd86

Browse files
authored
Update index.html
1 parent e23c330 commit d2abd86

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
overflow: hidden;
1717
height: 100%;
1818
margin: 0px;
19-
font-family: "Times New Roman";
19+
font-family: sans-serif;
2020
}
2121
#siteWrap {
2222
overflow: hidden;
@@ -29,9 +29,12 @@
2929
top: 100px;
3030
}
3131
#epwarn {
32-
padding: 10px 0px;
32+
padding: 10px 10px;
3333
text-align: center;
3434
font-family: monospace;
35+
position: fixed;
36+
left: 0;
37+
top: 0;
3538
}
3639
table {
3740
display: inline-block;

0 commit comments

Comments
 (0)