add new adv plugin and suppoer webp

This commit is contained in:
argoexpert press
2025-04-18 19:44:26 +03:00
parent f3b21a96e4
commit 5aeb9f4cdb
13 changed files with 156 additions and 138 deletions

View File

@@ -14,22 +14,39 @@
}
.content-right {
grid-area: right;
grid-area: right;
}
.content-right__link-item {
font-weight: 500;
}
<<<<<<< HEAD
=======
>>>>>>> 8c3c602de751cb17721311afac451c4109c6924d
ul.wp-block-list li{
display: block;
padding: 4px 0;
}
.about p {
margin-bottom: 1em;
}
.content-middle picture,
.content-middle img,
.content-middle picture img {
max-width: 100%;
height: auto;
display: block;
}
.article-single IMG{
max-width: 100%;
}
.image-caption{
margin: 12px 0;
text-align: center;
}
@media (max-width: 1439px) {
.content {
grid-template-columns: 36.4rem 1fr;
@@ -206,7 +223,7 @@ ul.wp-block-list li{
.banner-left {
margin: 2.5rem auto 0;
height: 40rem;
/*height: 40rem;*/
width: 24rem;
}