There was an error while loading. Please reload this page.
main
1 parent 5bdf634 commit 21f956cCopy full SHA for 21f956c
1 file changed
Wireframe/style.css
@@ -64,11 +64,10 @@ main > *:first-child > img {
64
Setting the overall rules for page regions
65
https://www.w3.org/WAI/tutorials/page-structure/regions/
66
*/
67
-main {
68
- max-width: var(--container);
69
- margin: 0 auto calc(var(--space) * 4) auto;
70
-}
71
footer {
+ position: fixed;
+ bottom: 0;
+ width: 100%;
72
text-align: center;
73
}
74
/* ====== Articles Grid Layout ====
@@ -79,6 +78,8 @@ https://developer.chrome.com/docs/devtools/css/grid
79
78
https://gridbyexample.com/learn/
80
81
main {
+ max-width: var(--container);
82
+ margin: 0 auto calc(var(--space) * 4) auto;
83
display: grid;
84
grid-template-columns: 1fr 1fr;
85
gap: var(--space);
0 commit comments