Commit 7b87b502 authored by xiaoye's avatar xiaoye

Update tournament.scss

parent ab3217d6
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#body { #body {
width: 80%; width: 80%;
min-width: 208px;
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr; grid-template-rows: 1fr;
...@@ -38,7 +39,8 @@ ...@@ -38,7 +39,8 @@
justify-self: right; justify-self: right;
} }
#left, #right { #left, #right {
width: 80px; min-width: 80px;
max-width: 40%;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
...@@ -47,9 +49,10 @@ ...@@ -47,9 +49,10 @@
#center { #center {
justify-self: center; justify-self: center;
width: 48px; width: 48px;
min-width: 20%;
color: #3b4144; color: #3b4144;
flex-direction: column; flex-direction: column;
padding-right: 8px; padding-right: 2px;
font-size: 14px; font-size: 14px;
} }
.winner { .winner {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment