cosmopet--Memento-mori-dev
Kirill Pet 10 months ago
parent 06da7083bc
commit d66bfc0c97
  1. 10
      assets/css/gp-style-desktop.css
  2. 7
      assets/css/gp-style-mobile.css
  3. 5
      assets/css/gp-style-tablet.css
  4. 2
      catalog-error.html
  5. 4
      index.html

@ -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%;
}
}

@ -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 */
}

@ -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 */

@ -259,7 +259,7 @@
</div>
<div class="product__footer">
<div class="product__footer product__footer--error">
<button class="product__error-button">
Сбросить условия поиска
</button>

@ -49,8 +49,8 @@
</head>
<body style="background-color: grey;">
<header class="header wrapper white">
<div class="header__content">
<header class="header white">
<div class="header__content wrapper">
<button class="header__open-menu" id="phone-menu">
</button>

Loading…
Cancel
Save