From 53d28ad522d15e9446ca331715e6418501f8423b Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 6 Feb 2023 02:08:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20fix:=20remove=20duplicate?= =?UTF-8?q?=20.bloglist-title=20definition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index e1349ea..1ae8836 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -128,16 +128,6 @@ h5 { font-weight: bold; } -.bloglist-title{ - display: block; - font-size: 1.2em; - margin-top: 1.2em; - margin-bottom: 0.83em; - margin-left: 0; - margin-right: 0; - font-weight: bold; -} - @media only screen and (max-width: 1000px) { .content { max-width: var(--normal-layout-width);