diff --git a/src/components/Calendar/calendarComponent.scss b/src/components/Calendar/calendarComponent.scss index e251c75c..76d4ff00 100644 --- a/src/components/Calendar/calendarComponent.scss +++ b/src/components/Calendar/calendarComponent.scss @@ -186,16 +186,26 @@ } } + @media (max-width: 1200px) { + width: 110px; + } + @media (max-width: 968px) { + width: 90px; + font-size: 11px; + } + + @media (max-width: 680px) { + width: 70px; font-size: 10px; } - @media (max-width: 610px) { - width: 55px; - height: 45px; + @media (max-width: 550px) { + width: 60px; + height: 35px; } - @media (max-width: 480px) { + @media (max-width: 450px) { width: 45px; height: 35px; } diff --git a/src/components/ProfileCalendar/ProfileCalendarComponent.jsx b/src/components/ProfileCalendar/ProfileCalendarComponent.jsx index 8c3ecbc1..2f3da598 100644 --- a/src/components/ProfileCalendar/ProfileCalendarComponent.jsx +++ b/src/components/ProfileCalendar/ProfileCalendarComponent.jsx @@ -205,11 +205,11 @@ export const ProfileCalendarComponent = React.memo(
{month} - {totalHours} {hourOfNum(totalHours)}{" "} + ({totalHours} {hourOfNum(totalHours)})
Краткое описание задачи
-- Количество часов -
+Кол-во часов
- Всего за день :{" "} + Всего за день:{" "} {totalHours} {hourOfNum(totalHours)} diff --git a/src/components/ReportForm/reportForm.scss b/src/components/ReportForm/reportForm.scss index f27547d0..1c78390a 100644 --- a/src/components/ReportForm/reportForm.scss +++ b/src/components/ReportForm/reportForm.scss @@ -352,6 +352,7 @@ &__footer { display: flex; + flex-direction: column-reverse; align-items: center; margin-top: 20px; @@ -380,16 +381,13 @@ &-text { font-family: "GT Eesti Pro Display"; font-size: 1.9em; - font-weight: 600; font-style: normal; letter-spacing: normal; line-height: 22.38px; - text-align: left; - margin-left: 40px; - margin-bottom: 0; + margin-bottom: 20px; span { - font-weight: 100; + font-weight: 600; } } diff --git a/src/components/features/quiz/Instructions.jsx b/src/components/features/quiz/Instructions.jsx index 46f05379..f06073a5 100644 --- a/src/components/features/quiz/Instructions.jsx +++ b/src/components/features/quiz/Instructions.jsx @@ -47,7 +47,7 @@ export const Instruction = () => {