mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 12:39:29 +01:00
design: Wider width
This commit is contained in:
parent
848be8f7cc
commit
f8475a4a3b
@ -12,7 +12,7 @@
|
||||
.header{
|
||||
height: var(--header-height);
|
||||
width: 80%;
|
||||
max-width: 960px;
|
||||
max-width: 1024px;
|
||||
white-space: nowrap;
|
||||
background: var(--header-background);
|
||||
top: 0px;
|
||||
@ -153,11 +153,15 @@ h4 {
|
||||
|
||||
#banner {
|
||||
width: 80%;
|
||||
max-width: 960px;
|
||||
max-width: 1024px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1024px;
|
||||
}
|
||||
|
||||
.article_image{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user