Make src code better for mobile
This commit is contained in:
parent
c3e0136a64
commit
cff62ae98f
1 changed files with 12 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue