Closed chrismgraham closed 1 year ago
Can you give an example of what you mean about .output-block
?
Sure, so this code
2/3
0.6666666666666666
gives this output
and this with the proposed adjustment
Ah, Github rendered the source, but hopefully you can see what I mean
A few suggestions for style changes that I've added to custom.css but think might be appropriate for the main stylesheet. Feel free to ignore any that are just my personal likes!
I have some slides with quotes from feedback last year that I use. Blockquotes are currently set to
calc(0.5* var(--readable-width))
, but it seems reasonable to have the default as full widthMaybe just personal preference, but I found the slides seem quite close to the left/right margins, particular when short paragraphs are used, the left aligned text feels very far to the left. 2rem feels better to me
In a markdown chapter/noteback now. Again, this might just be a personal preference, but I prefer a but more spacing in front of the headings, to split content sections a little bit more clearly. h1 is OK since it's at the top, but I've got the following, which seem to work well:
item-content h3 {
margin-top: calc(2*var(--spacing)); }
.output-block{ margin-top: -1em; }
pre { border: 1px solid #CCC; }