Tweak css of dev docs to remove spaces between code and adjacent text.

This commit is contained in:
Julian Stirling 2026-03-08 18:30:17 +00:00
parent e1b467424b
commit 3fee78a213

View file

@ -833,8 +833,11 @@ body {
border-radius: 2px; border-radius: 2px;
/*Approx the other side of the colour wheel from OFM pink.*/ /*Approx the other side of the colour wheel from OFM pink.*/
color: #2fbf73; color: #2fbf73;
margin: 0 2px; /*Remove the padding and margin as it spaces in-line code to much from surrounding
padding: 3px 5px; text and punctuation.
*/
margin: 0;
padding: 3px 0;
white-space: pre-wrap white-space: pre-wrap
} }