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;
|
font-weight: bolder;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@media(max-width: 799px) {
|
||||||
|
.source-ln {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.source-code {
|
||||||
|
padding-left: 0;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
.source-wrap {
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content_js_media %}
|
{% block content_js_media %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue