Mobilification of the build view

This commit is contained in:
Joseph Schorr 2015-04-20 14:30:19 -04:00
parent 05683d7692
commit 79caf2dab2
2 changed files with 18 additions and 0 deletions

View file

@ -177,3 +177,9 @@
white-space: nowrap;
padding-right: 10px;
}
@media (max-width: 767px) {
#copyButton {
display: none;
}
}