Merge remote-tracking branch 'upstream/pull/3239'

This commit is contained in:
Tom Hughes 2021-06-30 19:14:47 +01:00
commit d32d8cda46

View file

@ -7,15 +7,7 @@
/* Default rules for the body of every page */ /* Default rules for the body of every page */
body { body {
font-family: 'Helvetica Neue',Arial,sans-serif;
font-size: $typeheight; font-size: $typeheight;
line-height: 1.6666;
color: #222;
background-color: #fff;
margin: 0px;
padding: 0px;
text-align: left;
height: 100%;
} }
p > img { p > img {
@ -1036,7 +1028,7 @@ tr.turn:hover {
.content-inner { .content-inner {
position: relative; position: relative;
max-width: 900px; max-width: 960px;
margin: auto; margin: auto;
padding: $lineheight; padding: $lineheight;
} }