reverse right column

This commit is contained in:
argoexpert press
2025-06-28 21:59:01 +03:00
parent 0ee471e833
commit 8ee9604061
9 changed files with 35 additions and 12 deletions

View File

@@ -85,4 +85,14 @@ button {
.btn_download{
border: 2px solid black;
}
@media (max-width: 768px) {
body, html {
width: 100%;
max-width: 100%;
}
}

View File

@@ -35,3 +35,13 @@
font-weight: 700;
padding: 12px;
}
@media (max-width: 768px) {
.agro-widget {
overflow: hidden;
}
}

View File

@@ -64,6 +64,7 @@
.article-item--lg .article-item__image-container img {
height: 41.5rem;
max-width: 100%;
}
.article-item--lg .article-item__text {
@@ -135,6 +136,7 @@
.article-item {
width: 100%;
max-width: 100%;
}
.article-item-mob{

View File

@@ -6,5 +6,6 @@
@media (max-width: 767px) {
.container {
padding: 0 2rem;
max-width: 100%;
}
}

View File

@@ -129,6 +129,7 @@
.header__inner {
padding: 1.5rem 0;
max-width: 100%;
}
.header__logo {

View File

@@ -88,8 +88,7 @@ ul.wp-block-list li{
}
/** @media (max-width: 1439px) { */
@media (min-width: 768px) and (max-width: 1024px) {
@media (max-width: 1439px) {
.content {
grid-template-columns: 36.4rem 1fr;
grid-template-areas:
@@ -102,7 +101,6 @@ ul.wp-block-list li{
'middle middle'
'right right';
}
}
@media (max-width: 767px) {
@@ -434,4 +432,4 @@ ul.wp-block-list li{
.no-mobile-border {
border: none;
}
}
}