We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710bd4d commit d9c493aCopy full SHA for d9c493a
src/app/app.component.html
@@ -5,7 +5,5 @@
5
<div class="fix-header-margin">
6
<app-alert></app-alert>
7
<router-outlet></router-outlet>
8
+ <lfx-footer></lfx-footer>
9
</div>
-<div style="position: fixed; width: 100%; bottom: 20px;">
10
-<lfx-footer></lfx-footer>
11
-</div>
src/app/app.component.scss
@@ -3,7 +3,7 @@
3
.fix-header-margin {
4
transition: margin 0.3s;
margin-top: 35px;
- padding: 25px 0;
+ padding: 25px 0 20px 0;
min-height: calc(100vh - 167px);
&.expanded {
margin-top: 100px;
0 commit comments