diff --git a/assets/css/gp-style-desktop.css b/assets/css/gp-style-desktop.css index 8f9ae95..5cf9750 100644 --- a/assets/css/gp-style-desktop.css +++ b/assets/css/gp-style-desktop.css @@ -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%; } + } diff --git a/assets/css/gp-style-mobile.css b/assets/css/gp-style-mobile.css index 20e2466..50c8b40 100644 --- a/assets/css/gp-style-mobile.css +++ b/assets/css/gp-style-mobile.css @@ -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 */ } diff --git a/assets/css/gp-style-tablet.css b/assets/css/gp-style-tablet.css index 68fca08..4dfb783 100644 --- a/assets/css/gp-style-tablet.css +++ b/assets/css/gp-style-tablet.css @@ -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 */ diff --git a/catalog-error.html b/catalog-error.html index ce7974a..ef86b6e 100644 --- a/catalog-error.html +++ b/catalog-error.html @@ -259,7 +259,7 @@ -