new style grid

This commit is contained in:
2022-03-29 11:07:00 +03:00
parent 5f13a473b0
commit 1c53718658
7 changed files with 47 additions and 19 deletions

View File

@@ -579,7 +579,8 @@ a{
color: #F18129;
}
.fulltext a{
.fulltext a{
color: #2D9CDB;
}
@@ -971,15 +972,22 @@ a{
background: #E9EAEB;
}
.promo-agregators a{
color: #2D9CDB;
}
.promo-telega{
font-weight: bold;
text-transform: uppercase;
}
.promo-telega a{
color: #2D9CDB;
}
.promo_ya{
color:red;
font-weight: bold;
}
.wp-block-image IMG{
/** object-fit: cover; */
@@ -1090,7 +1098,8 @@ a{
.mini-card-block{
display: grid;
grid-gap: 2rem;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
/*grid-template-columns: repeat(2, minmax(250px, 1fr));*/
}