set max. width to 800
This commit is contained in:
parent
feeeded07c
commit
6c3aa0b7d5
2 changed files with 5 additions and 0 deletions
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
|
@ -54,4 +54,9 @@ p[id^="explanation_"] {
|
|||
|
||||
.footer {
|
||||
color: #b3b3b3
|
||||
}
|
||||
.container {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
max-width: 800px; /* or 950px */
|
||||
}
|
Loading…
Reference in a new issue