fix: hide runner up col on small displays

This commit is contained in:
2023-11-26 18:52:16 +01:00
parent c0439ff2eb
commit 5894391a29
2 changed files with 7 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ th{
margin-bottom: 2px;
font-weight: bold;
}
table{
border-collapse:separate;
border-spacing: 0 0.25em;
@@ -74,5 +75,9 @@ input{
margin-right: 2px;
margin-left: 2px;
}
.runner-up{
display: none;
width: 0;
}
}