Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
e067f2c
1
Parent(s):
072016f
Update styling
Browse files- Templates/index.html +4 -0
Templates/index.html
CHANGED
@@ -267,6 +267,10 @@
|
|
267 |
}
|
268 |
|
269 |
@media screen and (max-width: 768px) {
|
|
|
|
|
|
|
|
|
270 |
.winner-image {
|
271 |
margin: 0;
|
272 |
}
|
|
|
267 |
}
|
268 |
|
269 |
@media screen and (max-width: 768px) {
|
270 |
+
.table-div {
|
271 |
+
display: block;
|
272 |
+
justify-content: center;
|
273 |
+
}
|
274 |
.winner-image {
|
275 |
margin: 0;
|
276 |
}
|