Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 3d5a3d3

Browse files
committed
Footer spacing for universal nav
1 parent ca01bd6 commit 3d5a3d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/reskin-2/paymentHistory.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body {
99
}
1010

1111
.page {
12-
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 64px);
12+
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 41px);
1313
max-width: var(--screen-max);
1414
margin: 0 auto;
1515
padding: 32px;

css/reskin-2/paymentStatusSummary.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77
#payments > br { display: none; }
88

99
.page {
10-
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 64px);
10+
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 41px);
1111
max-width: var(--screen-max);
1212
margin: 0 auto;
1313
padding: 32px;

0 commit comments

Comments
 (0)