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 b14c9fe commit 57a1641
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
8 changes: 3 additions & 5 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
faqlink="https://docs.linuxfoundation.org/lfx/easycla/v2-current/getting-started/easycla-faqs">
</lfx-header-v2>

<div class="container ">
<div [ngClass]="{'expanded':hasExpanded}" class="landing-page-container row align-items-center">
<div class="container" style="margin-bottom: 20px;">
<div class="landing-page-container row">
<router-outlet></router-outlet>
</div>
</div>
<lfx-footer></lfx-footer>

<!-- Footer view --><div style="position: fixed; bottom: 20px; width: 100%;">
<lfx-footer></lfx-footer>
</div>
10 changes: 2 additions & 8 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
*/

.landing-page-container {
transition: margin 0.3s;
margin-top: 40px;
padding: 25px 0;
min-height: calc(100vh - 182px);
&.expanded {
margin-top: 105px;
min-height: calc(100vh - 247px);
}
min-height: calc(100vh - 164px);
margin-top: 60px;
}

1 change: 0 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import { Component } from '@angular/core';
import { environment } from 'src/environments/environment';
import { EnvConfig } from './config/cla-env-utils';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
Expand Down

0 comments on commit 57a1641

Please sign in to comment.