WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 70e78f0

Browse files
authored
Merge pull request #75 from IATI/ml/v4-fixes
v4 body fixes
2 parents 9aecd1b + 837b694 commit 70e78f0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/scss/components/footer/_footer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
.iati-footer {
88
color: #fff;
99
font-weight: 600;
10+
margin-top: auto;
1011

1112
a {
1213
color: currentColor;

src/scss/typography/_body.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414

1515
body {
1616
@include body-styles();
17+
display: flex;
18+
flex-direction: column;
19+
margin: 0;
20+
min-height: 100vh;
21+
min-height: 100dvh;
1722
}
1823

1924
.iati-dark-background {

0 commit comments

Comments
 (0)