Make src code better for mobile

This commit is contained in:
cuom1999 2022-12-08 19:30:15 -06:00
parent c3e0136a64
commit cff62ae98f

View file

@ -41,6 +41,18 @@
font-weight: bolder;
cursor: pointer;
}
@media(max-width: 799px) {
.source-ln {
display: none;
}
.source-code {
padding-left: 0;
font-size: 1em;
}
.source-wrap {
padding: 0.5em;
}
}
</style>
{% endblock %}
{% block content_js_media %}