footer changed

This commit is contained in:
kurpfish
2021-08-18 18:16:57 +03:00
parent 8035687e2b
commit 3ce8e17645
14 changed files with 154 additions and 158 deletions

View File

@ -7,6 +7,7 @@ import calendarMale from '../../images/medium_male.png';
import rectangle from '../../images/rectangle_secondPage.png';
import CalendarComponent from './CalendarComponent';
import { currentMonth } from './calendarHelper';
import { Footer } from '../Footer/Footer';
const Calendar = () => {
const candidateForCalendar = useSelector(selectCurrentCandidate);
@ -52,6 +53,7 @@ const Calendar = () => {
</p>
</div>
</div>
<Footer />
</section>
);
};

View File

@ -293,3 +293,7 @@
letter-spacing: normal;
line-height: normal;
}
.calendar footer {
margin-top: 2rem !important;
}