0.0.139 upd for_customer page

This commit is contained in:
2023-09-18 17:19:01 +03:00
parent de34cedacf
commit 914133e73e
7 changed files with 129 additions and 88 deletions

View File

@@ -1770,7 +1770,7 @@ button#more_button{
height: fit-content;
align-items: flex-start;
gap: 74px;
justify-content: center;
justify-content: space-around;
margin-bottom: 20px
}
@@ -1800,9 +1800,10 @@ button#more_button{
}
.bottom_block_static{
margin-top: 120px;
padding: 0px 40px 0px 40px;
padding: 40px 40px 0px 40px;
position: relative;
width: 80%;
margin: auto;
}
@@ -1826,15 +1827,15 @@ button#more_button{
.bottom_block_static img:nth-child(4) {
/* Положение нижнего левого изображения */
left: 3%;
left: -5%;
bottom: 0%;
}
.bottom_block_static img:nth-child(5) {
/* Положение верхнего левого изображения */
top: 4%;
left: 12%;
top: 13%;
left: 3%;
transform: scale(-1, 1);
@@ -1842,17 +1843,17 @@ button#more_button{
.bottom_block_static img:nth-child(6) {
/* Положение нижнего правого изображения */
right: 1%;
top: 60%;
transform: scale(1, -1);
right: -5%;
bottom: 0%;
transform: scale(1, -1);
}
.bottom_block_static img:nth-child(7) {
/* Положение верхнего правого изображения */
top: 11%;
right: 10%;
top: 18%;
right: 1%;
}
@@ -1954,6 +1955,12 @@ button#send_feedback_form{
margin-top: 13px;
}
.subscribes_container{
width: 80%;
margin: auto;
padding-top: 5%;
}
/*end_static_pages*/
/*my routes END*/