This commit is contained in:
Hell13Cat
2022-04-30 16:02:17 +03:00
parent cd717bfa75
commit de06966289
8 changed files with 39 additions and 18 deletions
+17 -1
View File
@@ -33,7 +33,15 @@
@media only screen and (min-width : 801px) {
.last-ch {
width: 100%;
width: 50%;
height: 15%;
padding-left: 0px;
padding-right: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
.promo-link {
width: 50%;
height: 15%;
padding-left: 0px;
padding-right: 0px;
@@ -54,4 +62,12 @@
padding-top: 20px;
padding-bottom: 20px;
}
.promo-link {
width: 100%;
height: 30%;
padding-left: 0px;
padding-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
}
+4
View File
@@ -10,6 +10,10 @@ body {
size: 3px;
}
.links {
text-decoration: none;
}
.body-index {
/* NULL */
}