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 d9c493a commit c721d7dCopy full SHA for c721d7d
src/app/app.component.html
@@ -5,5 +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>
+<lfx-footer></lfx-footer>
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;
margin-top: 35px;
- padding: 25px 0 20px 0;
- min-height: calc(100vh - 167px);
- &.expanded {
- margin-top: 100px;
10
- min-height: calc(100vh - 242px);
11
- }
+ padding: 25px 0 0 0;
+ min-height: calc(100vh - 125px);
12
}
0 commit comments