Skip to content

Commit

Permalink
Merge pull request #252 from kunalmaurya6/fix-footer-size
Browse files Browse the repository at this point in the history
footer  size has fixed
  • Loading branch information
AbhiDiva96 authored Jun 30, 2024
2 parents 763ff78 + 573ffa1 commit 2f6aea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/page1/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ color: black !important;
justify-content: center;
align-items: center;
height: 50vh;
margin-bottom: 100px;
margin-bottom: 70px;

}

Expand Down
5 changes: 2 additions & 3 deletions src/components/page4/Pyq.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,11 @@ body {


.footer {
margin-top: fixed;
position: relative;
bottom: 0;
left: 0;
width: 100%;
background-color: #f1f1f1;
background-color: #e2e0e0;
text-align: center;
padding: 10px 0;
padding:0;
}

0 comments on commit 2f6aea8

Please sign in to comment.