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 <amols@proximabiz.com>
  • Loading branch information
amolsontakke3576 committed Dec 5, 2024
1 parent d9c493a commit c721d7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<div class="fix-header-margin">
<app-alert></app-alert>
<router-outlet></router-outlet>
<lfx-footer></lfx-footer>
</div>
<lfx-footer></lfx-footer>
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 20px 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 c721d7d

Please sign in to comment.