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

@ -10,6 +10,7 @@ import front from '../../images/front_end.png';
import back from '../../images/back_end.png';
import design from '../../images/design.png';
import { fetchItemsForId } from '../../server/server';
import { Footer } from '../Footer/Footer';
import './candidate.css';
@ -129,6 +130,7 @@ const Candidate = () => {
</div>
</div>
</div>
<Footer />
</div>
);
};

View File

@ -280,4 +280,8 @@
.candidate + .logout-button{
top: 80px !important;
}
.candidate footer {
margin-top: 2.5rem !important;
}