now the pre shenanigans should be over barring esoteric nonsense

This commit is contained in:
Pagwin 2024-11-02 22:33:22 -04:00
parent 503300d4c0
commit 6584c16207
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -74,6 +74,11 @@ blockquote {
}
pre {
/*We also need it on pre because not all pre blocks are source code >:(*/
max-width: -moz-available;
max-width: -webkit-fill-available;;
max-width: fill-available;
width: fit-content;
box-sizing: border-box;
min-height: 2em;
/*