fix codeblock overflow mobile vp

This commit is contained in:
Tyler 2024-06-10 19:18:14 +01:00
parent 6ce291cec8
commit 99da60771e

View File

@ -176,6 +176,10 @@ div.social-links > a {
text-align: left; text-align: left;
} }
pre.highlight {
overflow: scroll;
}
@media only screen and (max-width: 900px) { @media only screen and (max-width: 900px) {
.card { .card {
min-width: unset; min-width: unset;