/
devigor
/
FirstProject
Обзор
Документация
Войти
/
devigor
/
FirstProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/media/_footer_media.css
22 строки
342 B
devigor
upload files
17 ноя 2025, 08:24
17 ноя 2025, 08:24
0bab7d6
Код
Авторство
О чём код?
@media (max-width: 1200px) { .footer__container { justify-content: space-around; } } @media (max-width: 768px) { .footer__container { flex-direction: column; justify-content: center; align-items: center; row-gap: 30px; } .footer__info { display: flex; flex-direction: column; text-align: center; row-gap: 10px; } }