diff --git a/index.php b/index.php index 284f4f2..4cd2275 100644 --- a/index.php +++ b/index.php @@ -84,6 +84,12 @@ include('header.php'); div.alert p { margin: 10px 0px; } +@media (max-width: 767px) { + td,tr .visible-phone { + display: table-cell !important; + line-height: 20px !important; + } +}