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 1f9c5c4 commit ec49c06Copy full SHA for ec49c06
1 file changed
Wireframe/style.css
@@ -60,10 +60,6 @@ a {
60
Setting the overall rules for page regions
61
https://www.w3.org/WAI/tutorials/page-structure/regions/
62
*/
63
-main {
64
- max-width: var(--container);
65
- margin: 0 auto calc(var(--space) * 4) auto;
66
-}
67
footer {
68
position: fixed;
69
bottom: 0;
@@ -82,6 +78,8 @@ https://developer.chrome.com/docs/devtools/css/grid
82
78
https://gridbyexample.com/learn/
83
79
84
80
main {
81
+ max-width: var(--container);
+ margin: 0 auto calc(var(--space) * 4) auto;
85
display: grid;
86
grid-template-columns: 1fr 1fr;
87
gap: var(--space);
0 commit comments