From ea815b3a1260a54351fb04b037246933b9f5e74f Mon Sep 17 00:00:00 2001 From: wayword Date: Fri, 13 Dec 2024 18:05:29 -0600 Subject: [PATCH] Revert CSS simplification --- sass/_project-sass/_project-Main.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index b3d53025..d3925d19 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -1007,6 +1007,14 @@ a.tag:hover { height: 202px; } } + &.big-file .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 { float: left;