/
githubmirror
/
gpt-researcher
Обзор
Документация
Войти
/
githubmirror
/
gpt-researcher
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/src/pages/index.module.css
25 строк
418 B
assafelovic
finalized gptr documentation page
19 май 2024, 19:51
19 май 2024, 19:51
7a411f1
Код
Авторство
О чём код?
/* stylelint-disable docusaurus/copyright-header */ /** * CSS files with the .module.css suffix will be treated as CSS modules * and scoped locally. */ .heroBanner { padding: 5rem 0; text-align: center; position: relative; overflow: hidden; } @media screen and (max-width: 966px) { .heroBanner { padding: 2rem; } } .buttons { display: flex; align-items: center; justify-content: center; }