style: update container layout to use full width instead of max-width centering
Build / Build and Push (push) Successful in 13s
Build / Build and Push (push) Successful in 13s
This commit is contained in:
@@ -76,8 +76,7 @@ a {
|
|||||||
/* Layout */
|
/* Layout */
|
||||||
.container {
|
.container {
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
max-width: 1600px;
|
width: 100%;
|
||||||
margin: 0 auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
|
|||||||
Reference in New Issue
Block a user