Skip to content

Commit 5d7a841

Browse files
committed
Center the header text
1 parent ff7b9d0 commit 5d7a841

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ main {
4949
max-width: var(--container);
5050
margin: 0 auto calc(var(--space) * 4) auto;
5151
}
52+
53+
header {
54+
text-align: center;
55+
}
56+
5257
footer {
5358
position: fixed;
5459
bottom: 0;

0 commit comments

Comments
 (0)