Skip to content

Commit ec49c06

Browse files
author
russom
committed
css formated
1 parent 1f9c5c4 commit ec49c06

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Wireframe/style.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ a {
6060
Setting the overall rules for page regions
6161
https://www.w3.org/WAI/tutorials/page-structure/regions/
6262
*/
63-
main {
64-
max-width: var(--container);
65-
margin: 0 auto calc(var(--space) * 4) auto;
66-
}
6763
footer {
6864
position: fixed;
6965
bottom: 0;
@@ -82,6 +78,8 @@ https://developer.chrome.com/docs/devtools/css/grid
8278
https://gridbyexample.com/learn/
8379
*/
8480
main {
81+
max-width: var(--container);
82+
margin: 0 auto calc(var(--space) * 4) auto;
8583
display: grid;
8684
grid-template-columns: 1fr 1fr;
8785
gap: var(--space);

0 commit comments

Comments
 (0)