Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Removed vertical extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchI9897 committed Jan 29, 2025
1 parent 4322981 commit ea1cd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ a {
width: 100%;

iframe {
height: 100vh;
height: calc(100vh - 150px); // 65px(top nav) + 45px(back button nav) + 40px(Extra)
}
}

Expand Down

0 comments on commit ea1cd8c

Please sign in to comment.