From d70ffd2a205c3e68d89358089ed4efc333db87f7 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 5 May 2022 12:49:26 +0530 Subject: [PATCH] Fix news-archive list renders on small-devices Resolves #8839 --- docs/_sass/_style.scss | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/docs/_sass/_style.scss b/docs/_sass/_style.scss index 24694e83..b97a8cbc 100644 --- a/docs/_sass/_style.scss +++ b/docs/_sass/_style.scss @@ -679,7 +679,8 @@ article h2:first-child { margin-top: 0; } .news article + article { margin-top: -6px; - padding: 15px 40px; + padding-top: 15px; + padding-bottom: 15px; border-top: 1px solid #555; border-radius: 0; @include box-shadow(0 -1px 0 #2f2f2f); @@ -687,24 +688,6 @@ article h2:first-child { margin-top: 0; } h2.post-title { margin-bottom: 0.45em; } - .post-category { - margin-right: 20px; - padding-left: 0; - width: 150px; - box-sizing: border-box; - .label { - float: right; - } - } - .cell-left, .cell-right { - display: inline-block; - } - .cell-left { - max-width: 180px; - } - .cell-right { - width: calc(100% - 130px); - } .post-date { margin-left: 0 } }