Skip to content

Commit a144c9a

Browse files
Merge pull request #432 from communitybridge/fix/small-resolution
Fixed small resolution footer issue
2 parents 710bd4d + c721d7d commit a144c9a

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

src/app/app.component.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66
<app-alert></app-alert>
77
<router-outlet></router-outlet>
88
</div>
9-
<div style="position: fixed; width: 100%; bottom: 20px;">
109
<lfx-footer></lfx-footer>
11-
</div>

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;
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)