/
KatacanXD
/
RegistrationOffice
Обзор
Документация
Войти
/
KatacanXD
/
RegistrationOffice
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
frontend/src/index.css
17 строк
283 B
Ярослав Чернышов
Chore: enhance styling for authorization and registration forms, improve layout and responsiveness
11 апр 2026, 13:21
11 апр 2026, 13:21
1a20944
Код
Авторство
О чём код?
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap'); * { box-sizing: border-box; } html, body, #root { margin: 0; min-height: 100%; } body { font-family: 'Inter', 'Segoe UI', Helvetica, Arial, sans-serif; background-color: #fbfcff; }