Skip to content

Commit e24f469

Browse files
committed
center-body
1 parent 312f316 commit e24f469

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Wireframe/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
5151
main {
5252
max-width: var(--container);
5353
margin: 0 auto calc(var(--space) * 4) auto;
54-
width: 66.666%;
54+
width: 70%;
55+
text-align: center;
5556
}
5657

5758
footer {
@@ -99,7 +100,7 @@ section {
99100
border: var(--line);
100101
padding-bottom: var(--space);
101102
margin-right: var(--space);
102-
text-align: center;
103+
text-align: left;
103104
/*display: grid;
104105
grid-template-columns: var(--space) 1fr var(--space);
105106
> * {

0 commit comments

Comments
 (0)