Fixed ordering of matchinfos
Change-Id: Iefa962eb09ea1ea9830c0a42df396d6798e39785
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index cdfd293..d1ccbf5 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -380,7 +380,7 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
- justify-content: space-between;
+ justify-content: flex-start;
align-items: stretch;
width: auto;
padding-bottom: 0;
@@ -430,7 +430,7 @@
@media (min-width:800px) {
div.metatable > dl > div {
- width: 33%; // 3*
+ width: 33.3333333333333%; // 3*
}
}