Skip to content

Commit b56612c

Browse files
committed
style: center header content
1 parent 112a1bb commit b56612c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ img {
4444
border-bottom: var(--line);
4545
}
4646

47+
header {
48+
text-align: center;
49+
max-width: 800px;
50+
margin: 40px auto;
51+
padding: 0 var(--space);
52+
}
53+
4754
main {
4855
max-width: var(--container);
4956
margin: 0 auto calc(var(--space) * 4) auto;

0 commit comments

Comments
 (0)