Skip to content

Commit c25578c

Browse files
authored
Merge pull request #10 from KodeStar/master
fix for mobile
2 parents 538981d + fb655de commit c25578c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ci/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@
5353

5454
#results h1 {
5555
font-size: 25px;
56-
margin: 0 0 25px;
56+
margin: 0 10px 25px;
57+
word-break: break-all;
58+
}
59+
#results table {
60+
margin: 0 10px;
5761
}
5862
section {
5963
display: flex;

0 commit comments

Comments
 (0)