0.0.222 upd mobile for main in 1024

This commit is contained in:
2023-11-11 18:10:40 +03:00
parent 1aea397f9a
commit 0733851e4e
2 changed files with 68 additions and 26 deletions

View File

@@ -1105,7 +1105,7 @@ section.login>form>div>div:nth-child(5)>a {
}
section.profile {
padding: 60px 0;
/*padding: 60px 0;*/
margin-bottom: 120px;
width: 70%;
float: left;
@@ -1951,15 +1951,15 @@ button#more_button{
url(/static/img/png/Box3.png),
url(/static/img/png/Box4.png);
background-position:
bottom 83px left 110px,
top 154px left 205px,
bottom 34px right 58px,
top 140px right 233px;
/*bottom 83px left 110px,*/
/*top 154px left 205px,*/
/*bottom 34px right 58px,*/
/*top 140px right 233px;*/
/*-12px left 131px,*/
/* top 51px left -9px,*/
/* bottom -37px right 105px,*/
/* top 65px right -30px*/
bottom -12px left 131px,
top 51px left -9px,
bottom -37px right 105px,
top 65px right -30px;
background-repeat:
no-repeat,
no-repeat,
@@ -2128,24 +2128,24 @@ button#more_button{
.bottom_block_static img:nth-child(4) {
/* Положение нижнего левого изображения */
left: -5%;
bottom: 0%;
left: -10%;
bottom: -7%;
}
.bottom_block_static img:nth-child(5) {
/* Положение верхнего левого изображения */
top: 5%;
left: -2%;
transform: scale(-1, 1);
top: 16%;
left: -2%;
transform: scale(-1, 1);
}
.bottom_block_static img:nth-child(6) {
/* Положение нижнего правого изображения */
right: -5%;
bottom: 0%;
right: -10%;
bottom: -4%;
transform: scale(1, -1);
}