There was an error while loading. Please reload this page.
1 parent 260af68 commit fc4d6c3Copy full SHA for fc4d6c3
1 file changed
Wireframe/style.css
@@ -34,6 +34,7 @@ body {
34
background: var(--paper);
35
color: var(--ink);
36
font: var(--font);
37
+ padding-bottom: 4rem;
38
}
39
a {
40
padding: var(--space);
@@ -54,10 +55,15 @@ main {
54
55
margin: 0 auto calc(var(--space) * 4) auto;
56
57
footer {
58
+ position: fixed;
59
bottom: 0;
- text-align: center;
60
+ left: 0;
61
width: 100%;
62
63
+ text-align: center;
64
+ background: var(--paper);
65
+ border-top: var(--line);
66
+ z-index: 100;
67
68
/* ====== Articles Grid Layout ====
69
Setting the rules for how articles are placed in the main element.
0 commit comments