Make project README containers wider on fixed layout

This commit is contained in:
Takuya Noguchi 2018-01-03 03:59:48 +09:00
parent 2cbb2d0ece
commit cc171725b6
2 changed files with 6 additions and 1 deletions

View file

@ -18,7 +18,7 @@
margin: $gl-padding 0;
&.limited-width-container .file-content {
max-width: $limited-layout-width-sm;
max-width: $limited-layout-width;
margin-left: auto;
margin-right: auto;

View file

@ -0,0 +1,5 @@
---
title: Make project README containers wider on fixed layout
merge_request: 16181
author: Takuya Noguchi
type: fixed