Skip to content

Commit 2a97f9d

Browse files
committed
add margin auto to body for centering content
1 parent 7130da5 commit 2a97f9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Wireframe/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ body {
3131
color: var(--ink);
3232
font: var(--font);
3333
margin: 0 auto;
34+
text-align: center;
3435
}
3536

3637
a {

0 commit comments

Comments
 (0)