diff --git a/public/css/pageStyle.css b/public/css/pageStyle.css index eb71269..e8bcfa7 100644 --- a/public/css/pageStyle.css +++ b/public/css/pageStyle.css @@ -15,6 +15,8 @@ div#control {position: fixed; z-index: 1000;} /* ------------- ADAPTIVE --------------------*/ /* -------------------------------------------*/ +.onlySmallScreen {display: none;} + /* Target landscape smartphones, portrait tablets, narrow desktops */ @media screen and (max-width:1200px) { .pagePoinsNearCards {display: inline-block; width: 153px; height: 114px; overflow: hidden;} @@ -26,9 +28,10 @@ div#control {position: fixed; z-index: 1000;} #pageSmoothBackground {display: none;} } -@media screen and (max-width:990px) { +@media screen and (max-width:992px) { .pagePoinsNearCards {display: inline-block; width: 116px; height: 87px; overflow: hidden;} .pagePoinsNearCardsImg {width: 116px; height: 87px;} + .onlySmallScreen {display: initial;} } @media screen and (max-width:815px) { diff --git a/views/feed/index.php b/views/feed/index.php index 115678d..13e6028 100644 --- a/views/feed/index.php +++ b/views/feed/index.php @@ -2,6 +2,7 @@