reverse fixes

main
Razmig Sarkissian 2 years ago
parent d607819d32
commit 403b26dd39
  1. 8
      scores/static/scores/style.css

@ -77,8 +77,8 @@ td {
font-weight: 600; font-weight: 600;
} }
.score { .score {
width: 50px; width: 60px;
font-size: 120%; font-size: 150%;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
} }
@ -134,10 +134,12 @@ td {
clear: both; clear: both;
} }
.teamname { .teamname {
width: 100%;
font-size: 120%; font-size: 120%;
} }
.steamname { .steamname {
width: 100%;
font-size: 150%; font-size: 150%;
} }
@ -181,6 +183,6 @@ td {
} }
.container { .container {
/* width: 100%; */ /* width: 100%; */
text-align:center; /* text-align:center; */
/* margin: 0 auto; */ /* margin: 0 auto; */
} }

Loading…
Cancel
Save