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.
2 parents 710bd4d + c721d7d commit a144c9aCopy full SHA for a144c9a
src/app/app.component.html
@@ -6,6 +6,4 @@
6
<app-alert></app-alert>
7
<router-outlet></router-outlet>
8
</div>
9
-<div style="position: fixed; width: 100%; bottom: 20px;">
10
<lfx-footer></lfx-footer>
11
-</div>
src/app/app.component.scss
@@ -1,12 +1,7 @@
1
/* Copyright The Linux Foundation and each contributor to CommunityBridge.
2
SPDX-License-Identifier: MIT */
3
.fix-header-margin {
4
- transition: margin 0.3s;
5
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);
12
}
0 commit comments