mirror of
https://github.com/anatolykopyl/variants.git
synced 2026-03-26 12:54:36 +00:00
Поправил css для мобильных версий
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user