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 { WithLogout } from '../hoc/withLogout';
import Form from '../components/Form/Form';
import { LEVELS, SKILLS } from '../components/constants/constants';
import { fetchItemsForId } from '../server/server';
import { Footer } from '../components/Footer/Footer';
import arrow from '../images/right-arrow.png';
import rectangle from '../images/rectangle_secondPage.png';
@ -70,6 +71,7 @@ const FormPage = () => {
</div>
</div>
</div>
<Footer />
</div>
</WithLogout>
)

View File

@ -123,4 +123,8 @@
.form-page + .logout-button{
top: 0px !important;
right: 2.5rem;
}
.form-page footer {
margin-top: 2.5rem !important;
}