tweaked css to fix max checkbox moving

This commit is contained in:
Daniel
2022-02-07 11:36:05 -05:00
parent 0fe6c96d5e
commit e7d27ca8c5
3 changed files with 6 additions and 5 deletions

View File

@@ -24,8 +24,8 @@ a {
@media only screen and (min-width: 975px) {
#player {
width: calc(100% - 20px);
margin: 0 10px;
width: calc(100% - 10px);
margin-left: 8px;
text-align: center;
}