This commit is contained in:
Maciej Caderek
2022-02-22 18:47:18 +01:00
parent 707b9cce61
commit ce3167fc7c
10 changed files with 37 additions and 28 deletions

View File

@@ -36,3 +36,18 @@
text-decoration: underline;
cursor: pointer;
}
@media screen and (max-width: 1024px) {
.moves {
text-align: left;
}
.move {
display: inline-block;
}
.move__id,
.move__ply {
display: inline;
margin-right: 0.6rem;
width: auto;
}
}