Skip to content

Commit

Permalink
Merge pull request #279 from nisargaa20/footer
Browse files Browse the repository at this point in the history
[Bug]: Gap in the footer section #250
  • Loading branch information
AbhiDiva96 authored Jul 8, 2024
2 parents e00b7a4 + 5c7e964 commit 2a0b2fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ table {
background-color: #f8f8f8;
padding: 10px;
text-align: center;
position: fixed;
position: absolute;
bottom: 0;
width: 100%;

Expand Down
10 changes: 10 additions & 0 deletions src/components/page4/Pyq.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ body {
display: flex;
flex-direction: column;
min-height: 100vh;

padding-bottom: 50px;


}

.container-pyq {
Expand Down Expand Up @@ -225,7 +229,13 @@ body {
}

.footer {

margin-top: fixed;
position: fixed;
z-index:100;

position: relative;

bottom: 0;
left: 0;
width: 100%;
Expand Down

0 comments on commit 2a0b2fe

Please sign in to comment.