design: Wider width
This commit is contained in:
parent
32d90aeefc
commit
9f7fcf31fe
1 changed files with 6 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
.header{
|
.header{
|
||||||
height: var(--header-height);
|
height: var(--header-height);
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 960px;
|
max-width: 1024px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background: var(--header-background);
|
background: var(--header-background);
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
|
@ -153,11 +153,15 @@ h4 {
|
||||||
|
|
||||||
#banner {
|
#banner {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
max-width: 960px;
|
max-width: 1024px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
max-width: 1024px;
|
||||||
|
}
|
||||||
|
|
||||||
.article_image{
|
.article_image{
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue