This commit is contained in:
Kirill Pet
2024-10-10 20:56:41 +03:00
parent 06da7083bc
commit d66bfc0c97
5 changed files with 22 additions and 6 deletions

View File

@@ -18,11 +18,12 @@
content: '';
position: absolute;
left: 24px;
right: 24px;
left: auto;
right: auto;
bottom: 0;
width: calc(100% - 48px);
max-width: 1552px;
height: 1px;
background: var(--text-3);
@@ -1274,12 +1275,17 @@ main{
.gallery__wrapper{
max-width: 1280px;
}
.header__content::after{
max-width: 1232px;
}
}
@media only screen and (max-width: 1365px) {
.gallery__wrapper{
max-width: 100%;
}
}

View File

@@ -48,6 +48,10 @@
}
.modal-basket__item--return{
flex-direction: column;
align-items: end;
}
.modal-basket__item--return .modal-basket-item__title{
margin-right: auto;
}
/* modal */
@@ -90,6 +94,9 @@
margin-top: 32px;
margin-left: 0;
}
.toggle__table--three .toggle-table__block:nth-child(1){
width: 31%;
}
/* detail */
}

View File

@@ -66,7 +66,7 @@ main{
padding-top: 20px;
}
.product__title{
font-weight: 400;
font-weight: 700;
font-size: 26px;
line-height: 123%;
text-transform: uppercase;
@@ -96,6 +96,9 @@ main{
.detail-catalot__title{
font-size: 22px;
}
.product__footer--error{
margin: 48px 0px 24px;
}
/* product */
/* modal */