+ pre-wrap for better comment rendering

This commit is contained in:
Dominika Liberda 2021-07-06 10:54:14 +00:00
parent 43bb730503
commit b8187ce281

View file

@ -1,3 +1,6 @@
* {
font-family: sans-serif;
}
pre {
white-space: pre-wrap;
}