set max. width to 800

This commit is contained in:
tkupek 2016-03-05 11:25:48 +01:00
parent feeeded07c
commit 6c3aa0b7d5
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View file

@ -54,4 +54,9 @@ p[id^="explanation_"] {
.footer {
color: #b3b3b3
}
.container {
margin-right: auto;
margin-left: auto;
max-width: 800px; /* or 950px */
}