This commit is contained in:
michey 2021-05-06 21:21:20 +03:00
parent 5e970125ef
commit 58c880bf18
No known key found for this signature in database
GPG Key ID: 7D4BF433F4970657
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import PersonalCard from '../components/personal-card/PersonalCard';
const Home = () => {
return (
<div className="bg-gray-50 flex flex-col h-auto justify-between">
<div className="bg-gray-50 flex flex-col md:h-screen sm:h-full justify-between">
<PersonalCard />
<Footer />
</div>