From: Andy Allan Date: Wed, 30 Jun 2021 10:48:12 +0000 (+0100) Subject: Alight the max-width of the content to one of the bootstrap breakpoints X-Git-Tag: live~2277^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/04ac7d9c030dcccd7e27aef0d8ffe8f09315fae7?ds=inline;hp=014b86f91cfb093bc40b8b0763a7c71bb942b12b Alight the max-width of the content to one of the bootstrap breakpoints This makes various things easier to reason about, as well as making some grid things easier too. --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index c77f17572..c95dcc982 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1028,7 +1028,7 @@ tr.turn:hover { .content-inner { position: relative; - max-width: 900px; + max-width: 960px; margin: auto; padding: $lineheight; }