/
Phoenix97
/
PhoenixLab-site
Обзор
Документация
Войти
/
Phoenix97
/
PhoenixLab-site
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/pages/index.module.css
37 строк
572 B
Sergey Braumann
Update
08 июн 2025, 13:08
08 июн 2025, 13:08
1baf941
Код
Авторство
О чём код?
/** * CSS files with the .module.css suffix will be treated as CSS modules * and scoped locally. */ .heroBanner { padding: 4rem 0; text-align: left; position: relative; overflow: hidden; } @media screen and (max-width: 996px) { .heroBanner { padding: 2rem; } } .buttons { display: flex; align-items: left; justify-content: left; } @media (max-width: 768px) { .heroBanner { padding: 4rem 0; text-align: center; position: relative; overflow: hidden; } .buttons { display: flex; align-items: center; justify-content: center; } }