Skip to content

Commit

Permalink
Merge pull request #432 from communitybridge/fix/small-resolution
Browse files Browse the repository at this point in the history
Fixed small resolution footer issue
  • Loading branch information
amolsontakke3576 authored Dec 5, 2024
2 parents 710bd4d + c721d7d commit a144c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
<app-alert></app-alert>
<router-outlet></router-outlet>
</div>
<div style="position: fixed; width: 100%; bottom: 20px;">
<lfx-footer></lfx-footer>
</div>
9 changes: 2 additions & 7 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
/* Copyright The Linux Foundation and each contributor to CommunityBridge.
SPDX-License-Identifier: MIT */
.fix-header-margin {
transition: margin 0.3s;
margin-top: 35px;
padding: 25px 0;
min-height: calc(100vh - 167px);
&.expanded {
margin-top: 100px;
min-height: calc(100vh - 242px);
}
padding: 25px 0 0 0;
min-height: calc(100vh - 125px);
}

0 comments on commit a144c9a

Please sign in to comment.