There was an error while loading. Please reload this page.
1 parent 312f316 commit e24f469Copy full SHA for e24f469
1 file changed
Wireframe/style.css
@@ -51,7 +51,8 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
51
main {
52
max-width: var(--container);
53
margin: 0 auto calc(var(--space) * 4) auto;
54
- width: 66.666%;
+ width: 70%;
55
+ text-align: center;
56
}
57
58
footer {
@@ -99,7 +100,7 @@ section {
99
100
border: var(--line);
101
padding-bottom: var(--space);
102
margin-right: var(--space);
- text-align: center;
103
+ text-align: left;
104
/*display: grid;
105
grid-template-columns: var(--space) 1fr var(--space);
106
> * {
0 commit comments