From 04ac7d9c030dcccd7e27aef0d8ffe8f09315fae7 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 30 Jun 2021 11:48:12 +0100 Subject: [PATCH] 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. --- app/assets/stylesheets/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5