Adjust limited article width to a max of 1280px

see #957
This commit is contained in:
Felix Niklas 2017-04-27 12:00:22 +02:00 committed by Thorsten Eckel
parent 19cd386fdf
commit dcd08a174b

View file

@ -4511,10 +4511,13 @@ footer {
.ticket-article, .ticket-article,
.article-new { .article-new {
max-width: 1280px;
margin: 0 auto;
padding: 0 21px; padding: 0 21px;
} }
.ticket-title { .ticket-title {
max-width: 1280px;
padding: 0 81px; padding: 0 81px;
} }