changed css of pre objects to make them easier to read

This commit is contained in:
rawleyIfowler
2022-03-13 10:00:41 -05:00
parent ade5d1fd09
commit ff557bd73d

View File

@@ -161,6 +161,8 @@ a:hover:after {
pre {
margin: 0;
overflow: auto;
padding: 0;
height: fit-content;
}
code {