add beta rfo
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user