There was an error while loading. Please reload this page.
1 parent 55182d3 commit e02a3b2Copy full SHA for e02a3b2
1 file changed
Wireframe/style.css
@@ -31,6 +31,10 @@ body {
31
color: var(--ink);
32
font: var(--font);
33
}
34
+header {
35
+ text-align: center;
36
+ padding: var(--space);
37
+}
38
a {
39
padding: var(--space);
40
border: var(--line);
@@ -52,7 +56,10 @@ main {
52
56
footer {
53
57
position: fixed;
54
58
bottom: 0;
59
+ width: 100%;
55
60
text-align: center;
61
+ background: var(--paper);
62
63
64
/* ====== Articles Grid Layout ====
65
Setting the rules for how articles are placed in the main element.
0 commit comments