Skip to content

Commit c6a2bd3

Browse files
committed
Preventing the background colour from cropping
1 parent c2ba6a7 commit c6a2bd3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
html,
1+
html {
2+
min-height: 100%;
3+
}
4+
25
body {
3-
height: 100%;
46
margin: 0;
57
}
68

@@ -10,7 +12,7 @@ body {
1012
flex-direction: column;
1113
justify-content: flex-start;
1214
overflow-y: auto;
13-
15+
1416
background: linear-gradient(to bottom right, #444444, #009a5b);
1517
font-size: 1.0rem;
1618
}

0 commit comments

Comments
 (0)