mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 18:02:41 +00:00
Make the main header occupy the entire width
This commit is contained in:
parent
f0971e2971
commit
a3f751327b
@ -254,6 +254,14 @@ main,
|
||||
gap: 0.8rem;
|
||||
}
|
||||
|
||||
main {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.article__wrapper {
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
.main__header,
|
||||
article,
|
||||
.left-sidebar,
|
||||
@ -302,7 +310,7 @@ article,
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 80rem) {
|
||||
main {
|
||||
.article__wrapper {
|
||||
max-width: 80rem;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user