There was an error while loading. Please reload this page.
1 parent eef708e commit 56b4f2bCopy full SHA for 56b4f2b
1 file changed
Wireframe/style.css
@@ -33,6 +33,8 @@ body {
33
background: var(--paper);
34
color: var(--ink);
35
font: var(--font);
36
+ min-height: 400px;
37
+ margin-bottom: 100px;
38
}
39
40
a {
@@ -62,6 +64,7 @@ main {
62
64
max-width: var(--container);
63
65
margin: 0 auto calc(var(--space) * 4) auto;
66
padding: 0 8rem;
67
+
68
/* ====== Articles Grid Layout ====
69
Setting the rules for how articles are placed in the main element.*/
70
display: grid;
@@ -78,6 +81,8 @@ footer {
78
81
bottom: 0;
79
82
width: 100%;
80
83
text-align: center;
84
+ background-color: var(--color);
85
+ border-top: solid 2px;
86
87
88
footer a {
0 commit comments