Hide snippet button on smaller devices

This commit is contained in:
Zeno Rocha 2015-11-13 01:18:16 -08:00
parent 81d3c7e8c8
commit 3ee9f91ff6

View File

@ -170,6 +170,13 @@ textarea {
line-height: 20px;
}
@media screen and (max-width: 768px) {
.snippet .btn {
display: none;
}
}
.snippet .btn {
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;