We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23c330 commit d2abd86Copy full SHA for d2abd86
1 file changed
index.html
@@ -16,7 +16,7 @@
16
overflow: hidden;
17
height: 100%;
18
margin: 0px;
19
- font-family: "Times New Roman";
+ font-family: sans-serif;
20
}
21
#siteWrap {
22
@@ -29,9 +29,12 @@
29
top: 100px;
30
31
#epwarn {
32
- padding: 10px 0px;
+ padding: 10px 10px;
33
text-align: center;
34
font-family: monospace;
35
+ position: fixed;
36
+ left: 0;
37
+ top: 0;
38
39
table {
40
display: inline-block;
0 commit comments