We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e35da commit 8016fcaCopy full SHA for 8016fca
1 file changed
Wireframe/style.css
@@ -53,11 +53,7 @@ main {
53
max-width: var(--container);
54
margin: 0 auto calc(var(--space) * 4) auto;
55
}
56
-footer {
57
- position: fixed;
58
- bottom: 0;
59
- text-align: center;
60
-}
+
61
/* ====== Articles Grid Layout ====
62
Setting the rules for how articles are placed in the main element.
63
Inspect this in Devtools and click the "grid" button in the Elements view
@@ -104,9 +100,7 @@ header {
104
100
105
101
106
102
footer {
107
108
109
- left: 0;
110
- width: 100%;
103
+ margin-top: auto;
111
text-align: center;
+ padding: var(--space);
112
0 commit comments