Поправил 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) { @media only screen and (max-width: 1024px) {
.startbtns {
margin-top: 2vh;
}
.startbtns > div { .startbtns > div {
width: 80vw; width: 80vw;
height: 80vw; height: 80vw;
@@ -215,6 +219,10 @@
} }
@media only screen and (max-width: 480px) { @media only screen and (max-width: 480px) {
.startbtns {
margin-top: 0px;
}
.startbtns > div { .startbtns > div {
width: 97vw; width: 97vw;
height: 97vw; height: 97vw;

View File

@@ -218,7 +218,9 @@
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1024px) {
ol { ol {
width: 90%; width: 100%;
margin: 0px 0px 50px 0px;
padding: 0px;
} }
} }
</style> </style>