There was an error while loading. Please reload this page.
1 parent 3901e97 commit 780e855Copy full SHA for 780e855
1 file changed
Wireframe/style.css
@@ -57,10 +57,12 @@ main {
57
margin: 0 auto calc(var(--space) * 4) auto;
58
}
59
footer {
60
- position: static;
+ position: fixed;
61
bottom: 0;
62
text-align: center;
63
width: 100%;
64
+ background: white;
65
+ border-top: 1px solid #ccc;
66
67
/* ====== Articles Grid Layout ====
68
Setting the rules for how articles are placed in the main element.
0 commit comments