We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd3876 commit ad1ae7cCopy full SHA for ad1ae7c
css/style.css
@@ -8,15 +8,19 @@
8
9
html {
10
scroll-behavior: smooth;
11
+ height: 100%;
12
}
13
14
body {
15
margin: 0;
16
+ min-height: 100%;
17
font-size: 16px;
18
line-height: 1.6;
19
font-family: "Helvetica", "Arial", sans-serif;
20
color: #5a5a5a;
21
background-color: #ffffff;
22
+ display: flex;
23
+ flex-direction: column;
24
25
26
a:link,
@@ -373,6 +377,7 @@ header a:visited {
373
377
374
378
footer {
375
379
padding: 2rem;
380
+ margin-top: auto;
376
381
background-color: #2d2d44;
382
383
0 commit comments