/
sbo2
/
app
Обзор
Документация
Войти
/
sbo2
/
app
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/molecules/QuoteBlock/ui/QuoteBlock.module.css
48 строк
660 B
Samat
push branch task2
17 мар 2024, 13:34
17 мар 2024, 13:34
63310ef
Код
Авторство
О чём код?
.QuoteBlock { display: flex; flex-direction: column; position: relative; } .para { line-height: 1.3; width: 380px; margin-top: 7px; } .signa { position: absolute; top: 70%; right: -20%; display: flex; flex-direction: row-reverse; gap: 20px; } .signa::after { content: ''; height: 3px; width: 30px; background-color: white; } /* 768px */ @media (max-width: 768px) { .signa { right: -10%; } } /* 425px */ @media (max-width: 425px) { .QuoteBlock { z-index: 10; } .para { width: 280px; } .signa { right: -5%; top: 110%; } }