add beta rfo

This commit is contained in:
2025-06-18 13:44:08 +03:00
parent b0536e98b8
commit bd95014d3b
16 changed files with 347 additions and 186 deletions

View File

@@ -48,10 +48,19 @@
}
.content-rfo{
display: flex;
flex-direction: column;
margin-top: -222px;
width: 1200px;
max-width: 1200px;
/**width: 1200px;
max-width: 1200px;**/
}
.content-rfo-min{
margin-top: -222px;
border: 0;
width: 1200px;
max-width: 1200px;
}
.rfo__rubric{
font-family: var(--second-family);
@@ -123,4 +132,41 @@
flex: 1;
}
.footer__rfo{
background-image: url('https://agroexpert.press/wp-content/themes/agroexpert/frontend/img/rfo-footer.png');
background-size: cover; /* Растягивает изображение на весь блок */
background-position: center; /* Центрирует изображение */
background-repeat: no-repeat; /* Отключает повторение */
padding: 40px 20px; /* Отступы внутри подвала */
text-align: center;
}
@media (max-width: 768px) {
.header__inner_rfo{
flex-direction: row;
align-items: center;
}
.menu-rfo {
width: 100%;
}
.footer-top__rfo{
display: flex;
flex-direction: column;
}
.footer-logoline__rfo{
width: 100%;
}
.footer-nav__rfo{
align-items: flex-start;
}
}