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 a7a294d commit da75697Copy full SHA for da75697
1 file changed
Wireframe/style.css
@@ -55,15 +55,19 @@ Setting the overall rules for page regions
55
https://www.w3.org/WAI/tutorials/page-structure/regions/
56
*/
57
main {
58
- max-width: var(--container);
59
- margin: 0 auto calc(var(--space) * 4) auto;
+ max-width: var(--container);
+ margin: 0 auto 80px auto;
60
}
61
footer {
62
- text-align: center;
63
- font-size: 0.8rem;
64
- color: var(--ink);
65
- margin-top: 40px;
66
- padding: 20px;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ text-align: center;
67
+ font-size: 0.8rem;
68
+ padding: 10px;
69
+ background: var(--paper);
70
+ z-index: 10;
71
72
/* ====== Articles Grid Layout ====
73
Setting the rules for how articles are placed in the main element.
0 commit comments