new style grid
This commit is contained in:
19
style.css
19
style.css
@@ -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));*/
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user