/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/create-docusaurus/templates/shared/src/pages/index.module.css
23 строки
365 B
Chongyi Zheng
feat(core): support TypeScript + ESM configuration (#9317)
14 окт 2023, 03:46
Не верифицирован
14 окт 2023, 03:46
45f1a66
Код
Авторство
О чём код?
/** * CSS files with the .module.css suffix will be treated as CSS modules * and scoped locally. */ .heroBanner { padding: 4rem 0; text-align: center; position: relative; overflow: hidden; } @media screen and (max-width: 996px) { .heroBanner { padding: 2rem; } } .buttons { display: flex; align-items: center; justify-content: center; }