Skip to content

Commit d9c493a

Browse files
Solved small res issue
Signed-off-by: Amol Sontakke <[email protected]>
1 parent 710bd4d commit d9c493a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/app/app.component.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
<div class="fix-header-margin">
66
<app-alert></app-alert>
77
<router-outlet></router-outlet>
8+
<lfx-footer></lfx-footer>
89
</div>
9-
<div style="position: fixed; width: 100%; bottom: 20px;">
10-
<lfx-footer></lfx-footer>
11-
</div>

src/app/app.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.fix-header-margin {
44
transition: margin 0.3s;
55
margin-top: 35px;
6-
padding: 25px 0;
6+
padding: 25px 0 20px 0;
77
min-height: calc(100vh - 167px);
88
&.expanded {
99
margin-top: 100px;

0 commit comments

Comments
 (0)