Skip to content

Commit 2602c30

Browse files
committed
Update max-width in header and footer styles from 900px to 800px for improved layout consistency
1 parent d6a105e commit 2602c30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ header {
1616
color: #fff;
1717
padding: 20px;
1818
text-align: center;
19-
max-width: 900px;
19+
max-width: 800px;
2020
}
2121
footer {
22-
max-width: 900px;
22+
max-width: 800px;
2323
align-items: center;
2424
justify-content: center;
2525
}

0 commit comments

Comments
 (0)