Skip to content

Commit 0b7fffd

Browse files
committed
new json + typo + styling
1 parent 6d34b89 commit 0b7fffd

3 files changed

Lines changed: 50 additions & 24 deletions

File tree

docs/dist/style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,21 @@ h1 {
55
text-align: center;
66
margin-top: 20px;
77
}
8+
89
body {
910
font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
1011
}
11-
body, html {height: 100%}
12+
13+
body,
14+
html {
15+
height: 100%
16+
}
1217

1318
th {
1419
background-color: #1a75ae;
1520
color: white;
21+
}
22+
23+
tfoot {
24+
display: table-row-group !important
1625
}

0 commit comments

Comments
 (0)