/
devigor
/
FirstProject
Обзор
Документация
Войти
/
devigor
/
FirstProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/media/_section-template_media.css
32 строки
550 B
devigor
upload files
17 ноя 2025, 08:24
17 ноя 2025, 08:24
0bab7d6
Код
Авторство
О чём код?
@media (max-width: 991px) { .section-template__background { left: 50%; transform: translateX(-50%); } .section-template__title { font-size: 14px; line-height: 143%; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-header-color); } .section-template__description { color: var(--text-header-color); } } @media (max-width: 575.98px) { .section-template__content { width: 100%; align-self: center; align-items: flex-end; margin: 30px; } .section-template__description { text-align: right; } }