Update max-width in header and footer styles from 900px to 800px for improved layout consistency
This commit is contained in:
@@ -16,10 +16,10 @@ header {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 900px;
|
max-width: 800px;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
max-width: 900px;
|
max-width: 800px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user