Skip to content

Commit c721d7d

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

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<div class="fix-header-margin">
66
<app-alert></app-alert>
77
<router-outlet></router-outlet>
8-
<lfx-footer></lfx-footer>
98
</div>
9+
<lfx-footer></lfx-footer>

src/app/app.component.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
/* Copyright The Linux Foundation and each contributor to CommunityBridge.
22
SPDX-License-Identifier: MIT */
33
.fix-header-margin {
4-
transition: margin 0.3s;
54
margin-top: 35px;
6-
padding: 25px 0 20px 0;
7-
min-height: calc(100vh - 167px);
8-
&.expanded {
9-
margin-top: 100px;
10-
min-height: calc(100vh - 242px);
11-
}
5+
padding: 25px 0 0 0;
6+
min-height: calc(100vh - 125px);
127
}

0 commit comments

Comments
 (0)