From f8f29675277f94e4e86c4e803fcad8ed7c69430e Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 25 Aug 2023 13:55:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5chore(tags):=20remove=20unused=20CS?= =?UTF-8?q?S?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_tags.scss | 54 ------------------------------------------- 1 file changed, 54 deletions(-) diff --git a/sass/parts/_tags.scss b/sass/parts/_tags.scss index f56b108..3dd4940 100644 --- a/sass/parts/_tags.scss +++ b/sass/parts/_tags.scss @@ -1,57 +1,3 @@ -.taglist-container { - display: flex; - flex-wrap: wrap; - padding: 0; - - .taglist-table-row { - padding: 2%; - background-color: var(--navbar-color); - width: 28%; - margin-right: 1%; - margin-top: 1%; - - .card-meta { - margin-bottom: 2.3rem; - } - - &:hover { - box-shadow: 0.5rem 0.5rem 0 var(--border-color); - } - } - - @media only screen and (max-width: 600px) { - .taglist-table-row { - width: 100%; - } - } -} - -.posts { - padding: 0; - margin-top: 1.2rem; - - .post { - display: flex; - flex-direction: column; - margin-bottom: 0.5rem; - } - - .title { - display: block; - margin-bottom: 0.5rem; - } - - .date { - display: block; - } - - ul { - list-style: none; - padding: 0; - margin: 0 - } -} - .tag-cloud { margin-top: 4vmin;