Merge pull request #7 from justijndepover/master

bugfix
This commit is contained in:
Ben Harris
2019-10-04 13:31:46 -04:00
committed by GitHub

View File

@@ -136,7 +136,7 @@ div.alert-success {
} }
/* Mobile */ /* Mobile */
@media (min-width: 768px) { @media (max-width: 768px) {
td { td {
display: block; display: block;
} }