[skip ci] Updates

This commit is contained in:
ci-build
2020-07-27 10:45:06 +00:00
parent 1776403d33
commit 2bbd7507ac
5 changed files with 36 additions and 7 deletions

View File

@@ -316,3 +316,9 @@ pre > p.godbolt
{
float: right;
}
@media only screen and ((max-width: 575px) or ((hover: none) and (pointer: coarse)))
{
.godbolt {
display: none;
}
}