There was an error while loading. Please reload this page.
1 parent a7b8a25 commit 181e129Copy full SHA for 181e129
1 file changed
Wireframe/style.css
@@ -45,10 +45,17 @@ svg {
45
Setting the overall rules for page regions
46
https://www.w3.org/WAI/tutorials/page-structure/regions/
47
*/
48
+
49
+header {
50
+ text-align: center;
51
+}
52
53
main {
54
max-width: var(--container);
55
margin: 0 auto calc(var(--space) * 4) auto;
56
+ justify-content: center;
57
}
58
59
footer {
60
position: fixed;
61
bottom: 0;
@@ -63,10 +70,9 @@ https://gridbyexample.com/learn/
63
70
64
71
65
72
display: grid;
66
- grid-template-columns: 1fr 1fr;
67
73
gap: var(--space);
68
74
> *:first-child {
69
- grid-column: span 2;
75
+ grid-column: span 1;
76
77
78
/* ====== Article Layout ======
@@ -86,4 +92,4 @@ article {
86
92
> img {
87
93
grid-column: span 3;
88
94
89
-}
95
0 commit comments