Skip to content

Commit

Permalink
Solved small res issue
Browse files Browse the repository at this point in the history
Signed-off-by: Amol Sontakke <[email protected]>
  • Loading branch information
amolsontakke3576 committed Dec 5, 2024
1 parent 710bd4d commit d9c493a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
<div class="fix-header-margin">
<app-alert></app-alert>
<router-outlet></router-outlet>
<lfx-footer></lfx-footer>
</div>
<div style="position: fixed; width: 100%; bottom: 20px;">
<lfx-footer></lfx-footer>
</div>
2 changes: 1 addition & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.fix-header-margin {
transition: margin 0.3s;
margin-top: 35px;
padding: 25px 0;
padding: 25px 0 20px 0;
min-height: calc(100vh - 167px);
&.expanded {
margin-top: 100px;
Expand Down

0 comments on commit d9c493a

Please sign in to comment.