Skip to content

Commit a41ccb4

Browse files
committed
Fix CSS
1 parent 2135d5b commit a41ccb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

collate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,11 @@
142142
body {
143143
display: flex;
144144
align-items: center;
145-
margin: 50px 0px;
145+
margin: 0px 0px 50px 0px;
146146
}
147147
148148
main {
149149
margin: auto;
150-
max-width: 1000px;
151150
}
152151
153152
table#results {

0 commit comments

Comments
 (0)