/
artemkislov
/
ural-code-hackathon
Обзор
Документация
Войти
/
artemkislov
/
ural-code-hackathon
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
client/src/components/app-header/AppHeader.module.scss
57 строк
890 B
Artem Kislov
init commit
21 сен 2024, 21:25
21 сен 2024, 21:25
26d0b9e
Код
Авторство
О чём код?
.wrapper { display: flex; justify-content: center; background: #f6f8fa; border-bottom: 1px solid #d1d9e0; height: 48px; } .inner { width: 1280px; box-sizing: border-box; padding: 0 40px; display: flex; align-items: center; gap: 12px; justify-content: space-between; @media screen and (max-width: 1280px) { width: 1024px; padding: 0 20px; } @media screen and (max-width: 1024px) { width: 768px; padding: 0 12px; } @media screen and (max-width: 768px) { width: 100%; padding: 0; } } .navigation { display: flex; align-items: center; gap: 12px; .navigationItem { font-size: 18px; cursor: pointer; } .navigationLogo { display: flex; align-items: center; justify-content: center; margin-right: 8px; } } .rightPart { display: flex; align-items: center; gap: 4px; cursor: pointer; }