diff --git a/public/css/style.css b/public/css/style.css index 05766a1..c41fa92 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -171,4 +171,8 @@ img.imageInArticle {border: solid 3px white;max-width: 100%;} @media screen and (max-width:400px) { a.randomPointAImg {margin: 0 0 10px 0; display: block;width: 100%;text-align: center;} div.infoCard div.photoContainer {float: none; margin: 0 auto 10px auto;} + + div.container.feed div.row.elements div.element {width: 100%;} + div.container.feed div.row.elements div.element a.imgContainer {margin: 0 0 10px 0; display: block; width: 100%;text-align: center;} + div.container.feed div.row.elements div.element a img.elementImg {margin: 0; display: inline;max-width: 100%; float: none;} } diff --git a/views/feed/index.php b/views/feed/index.php index ff97faa..d27e24c 100644 --- a/views/feed/index.php +++ b/views/feed/index.php @@ -1,5 +1,5 @@
-