propper margins for scoreboard on mobile
This commit is contained in:
@@ -121,4 +121,20 @@ table {
|
|||||||
border-bottom: 1px solid white;
|
border-bottom: 1px solid white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
.scoreboard {
|
||||||
|
margin-left: 65px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 991px) {
|
||||||
|
.scoreboard {
|
||||||
|
margin-left: 65px;
|
||||||
|
margin-top: -20px;
|
||||||
|
caption {
|
||||||
|
margin-left: -60px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user