Responsive layout

This commit is contained in:
KGrzeg 2021-10-18 00:48:25 +02:00
parent a30f95c8fa
commit 874d2a4061

View file

@ -49,3 +49,13 @@ h4 {
margin-bottom: 10px;
text-align: center;
}
@media screen and (max-width: 1350px) {
.bar {
margin-left: 20px;
}
#gameBox {
margin-left: 20px;
}
}