/
helloWrld
/
test
Обзор
Документация
Войти
/
helloWrld
/
test
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/core/containers/BaseLayout/BaseLayout.module.scss
17 строк
275 B
babinm1h
test
09 дек 2023, 18:02
09 дек 2023, 18:02
ca48ad1
Код
Авторство
О чём код?
.wrapper { display: flex; align-items: center; gap: 20px; width: 100%; height: 100%; flex-direction: column; .header { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #ccc; width: 100%; padding: 10px 20px; } }