Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request mastodon#755 from pixiv/margin
Browse files Browse the repository at this point in the history
Align center on the single column view in case the screen is wide
  • Loading branch information
abcang authored Dec 22, 2017
2 parents 3b856fa + 49f5c89 commit c1f2cff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
width: 100%;

> div {
margin: 0 auto;
max-width: var(--video-width);
}

Expand Down

0 comments on commit c1f2cff

Please sign in to comment.