]> git.openstreetmap.org Git - rails.git/commitdiff
Alight the max-width of the content to one of the bootstrap breakpoints
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 30 Jun 2021 10:48:12 +0000 (11:48 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 30 Jun 2021 10:48:12 +0000 (11:48 +0100)
This makes various things easier to reason about, as well as making
some grid things easier too.

app/assets/stylesheets/common.scss

index c77f17572d4aafbaa3038abdf2018feb355ab9bf..c95dcc9826a122d79933ffd8954679c87d8fdb42 100644 (file)
@@ -1028,7 +1028,7 @@ tr.turn:hover {
 
 .content-inner {
   position: relative;
-  max-width: 900px;
+  max-width: 960px;
   margin: auto;
   padding: $lineheight;
 }