From 54c14eb4cfd204fcdf343d6aec12b5ecc681ebb3 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 30 Jul 2016 22:30:56 -0700 Subject: [PATCH] reduce screenshot size on news feed for mobile --- sass/_project-sass/_project-Main.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 609a12d5..fc858981 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -622,6 +622,8 @@ .files .btn-group { display: none; } + + } .files.list-view .list { @include dashboard-list-view; @@ -987,10 +989,18 @@ a.tag:hover { &:first-child .html-thumbnail.html { width: 540px; height: 405px; + @media (max-device-width:480px), screen and (max-width:800px) { + width: 270px; + height: 202px; + } } &:first-child .html-thumbnail.html img { width: 540px; height: 405px; + @media (max-device-width:480px), screen and (max-width:800px) { + width: 270px; + height: 202px; + } } } .news-item .file .image-container {