Deploy GitHub Pages

This commit is contained in:
Travis Bot 2018-04-30 19:43:10 +00:00
parent c3c57fd31e
commit 03fd987279

View file

@ -1,3 +1,10 @@
.md-typeset__table {
min-width: 100%;
}
@media only screen and (min-width: 768px)
{
td:nth-child(1){
white-space: nowrap;
}
}