There was an error while loading. Please reload this page.
1 parent edbcf7c commit e168dfbCopy full SHA for e168dfb
1 file changed
Wireframe/style.css
@@ -49,15 +49,20 @@ svg {
49
Setting the overall rules for page regions
50
https://www.w3.org/WAI/tutorials/page-structure/regions/
51
*/
52
+
53
main {
54
max-width: var(--container);
55
margin: 0 auto calc(var(--space) * 4) auto;
- padding-bottom: 60px;
56
+ padding-bottom: calc(var(--space) * 6);
57
}
58
59
footer {
60
+ position: fixed;
61
+ bottom: 0;
62
+ width: 100%;
63
text-align: center;
- margin-top: var(--space);
64
+ padding: var(--space);
65
+ background: var(--paper);
66
67
68
/* ====== Articles Grid Layout ====
0 commit comments