Limit max width of the pre tag to 100% of the screen width

This commit is contained in:
sabaimran 2023-06-25 11:41:15 -07:00
parent ffe66b848a
commit 4410a3bb4b

View file

@ -344,6 +344,11 @@
background-color: #ef4444;
font-size: small;
}
pre {
max-width: 100;
}
</style>
</html>