django / code.djangoproject.com

Configuration for Django's Trac instance (code.djangoproject.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ticket tracker: margin on the left seems too big

skyjur opened this issue · comments

commented

I think the margin on the left is 2 times too big, is it just me? Anyone else seeing this too?

selection_284

Duplicate of django/djangoproject.com#379. Do you think left aligning the container instead of centering it would be an improvement?

commented

Headers have max-width set to 1400px, so I tried that on .full-wdith container and it seems to nicely align ticket tables with the header for me:

.full-width [role="main"] {
    max-width: 1400px;

}

selection_285

Looks okay when resized as well:
selection_286

commented

Made a pull request
#66