Task:6935 | Правки планшетных стилей в блоге и о нас

pull/36/head
parent 85dd86e3e2
commit fa4ec3fa53
  1. 12
      wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-tablet.css
  2. 18
      wp-content/themes/cosmopet/static/css/about-page.css

@ -1 +1,13 @@
/* Стили для планшетов */ /* Стили для планшетов */
@media (min-width:769px) and (max-width:1200px) {
.anons-best__card-wrap {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr))!important;
gap: 24px;
}
.anons-article__card-wrap {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr))!important;
gap: 40px 25px;
}
}

@ -909,4 +909,20 @@
.advantage_item .description{ .advantage_item .description{
margin-top: 0; margin-top: 0;
} }
@media (min-width:769px) and (max-width:1200px) {
.protein::before {
position: absolute;
content: '';
width: 86%;
height: 132%;
left: 30px;
top: -7%;
background-image: url(../img/protein_ellipse.png);
background-size: contain;
background-repeat: no-repeat;
z-index: -1;
animation: rotateAnimation 10s infinite;
}
}

Loading…
Cancel
Save