There was an error while loading. Please reload this page.
1 parent b3c719f commit d3858feCopy full SHA for d3858fe
1 file changed
Wireframe/style.css
@@ -53,13 +53,16 @@ main {
53
max-width: var(--container);
54
margin: 0 auto calc(var(--space) * 4) auto;
55
}
56
+
57
footer {
58
position: fixed;
59
bottom: 0;
60
text-align: center;
- background-color: var(--paper);
61
- width: 100%;
+ margin: 0 auto;
62
+ padding: 2rem 0;
63
+ background-color: white;
64
65
66
/* ====== Articles Grid Layout ====
67
Setting the rules for how articles are placed in the main element.
68
Inspect this in Devtools and click the "grid" button in the Elements view
@@ -105,4 +108,3 @@ section {
105
108
width: 100%;
106
109
grid-column: span 3;
107
110
-}
0 commit comments