add readated in pages

This commit is contained in:
argoexpert press
2026-03-05 22:37:13 +03:00
parent f99899e53e
commit 6c1bf9cbf3
27 changed files with 279 additions and 113 deletions

View File

@@ -87,7 +87,6 @@ button {
border: 2px solid black;
}
@media (max-width: 768px) {
body, html {

View File

@@ -37,6 +37,7 @@ import './styles/rfo/interview.css';
//spravochniki
import './styles/spravochniki/spravochniki.css';
import './styles/spravochniki/pesticidy.css';
import './scripts/calendar.js';
import './scripts/menu-vertical.js';

View File

@@ -1,5 +1,7 @@
.article-single {
padding: 2rem 2.5rem 0 2.5rem;
overflow-wrap: anywhere;
word-break: break-word;
}
.article-time.article-single__time {

View File

@@ -26,6 +26,7 @@
.content-middle ul,
.content-middle ol {
margin-bottom: 10px;
margin-top: -17px;
padding-left: 20px;
}
@@ -46,10 +47,10 @@
position: absolute;
flex-shrink: 0;
left: -12px;
top: 8px;
top: 12px;
flex-grow: 0;
width: 3px;
height: 3px;
height: 5px;
max-height: 3px;
overflow: visible;
border-radius: 50%;

View File

@@ -23,7 +23,7 @@
ul.wp-block-list li{
display: block;
padding: 4px 0;
padding: 2px 0;
}
.about p {
@@ -87,6 +87,22 @@ ul.wp-block-list li{
max-width: 150px;
}
.wp-block-list li{
font-size: 1.5rem;
font-weight: 500;
}
.wp-block-heading{
margin-bottom: 1.5rem;
}
h2, h3, h4, h5,h6{
margin-bottom: 1.5rem;
}
@media (max-width: 1439px) {
.content {
@@ -284,9 +300,10 @@ ul.wp-block-list li{
justify-content: center;
}
/**
.banner-middle img {
width: 100%;
}
}*/
.content-right {
border-top: 0.1rem solid var(--gray);