diff --git a/public/css/pageStyle.css b/public/css/pageStyle.css index e8bcfa7..8722697 100644 --- a/public/css/pageStyle.css +++ b/public/css/pageStyle.css @@ -31,7 +31,7 @@ div#control {position: fixed; z-index: 1000;} @media screen and (max-width:992px) { .pagePoinsNearCards {display: inline-block; width: 116px; height: 87px; overflow: hidden;} .pagePoinsNearCardsImg {width: 116px; height: 87px;} - .onlySmallScreen {display: initial;} + .onlySmallScreen {display: block;} } @media screen and (max-width:815px) { diff --git a/views/feed/index.php b/views/feed/index.php index ba07352..37b1532 100644 --- a/views/feed/index.php +++ b/views/feed/index.php @@ -2,7 +2,7 @@