Поправил css для мобильных версий

This commit is contained in:
2020-09-29 03:29:41 +03:00
parent 40a78dcf8b
commit b9e94883e5
2 changed files with 11 additions and 1 deletions

View File

@@ -208,6 +208,10 @@
}
@media only screen and (max-width: 1024px) {
.startbtns {
margin-top: 2vh;
}
.startbtns > div {
width: 80vw;
height: 80vw;
@@ -215,6 +219,10 @@
}
@media only screen and (max-width: 480px) {
.startbtns {
margin-top: 0px;
}
.startbtns > div {
width: 97vw;
height: 97vw;