From d3bdda8912b4a0a763c6ff82740e134199d59f87 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Sun, 22 May 2022 09:22:45 +0100 Subject: [PATCH] remove unused styles --- license. => license | 0 src/component/Bookmark/index.css | 2 -- 2 files changed, 2 deletions(-) rename license. => license (100%) diff --git a/license. b/license similarity index 100% rename from license. rename to license diff --git a/src/component/Bookmark/index.css b/src/component/Bookmark/index.css index f2dc66e..eb2eb36 100644 --- a/src/component/Bookmark/index.css +++ b/src/component/Bookmark/index.css @@ -8,8 +8,6 @@ } .bookmark-panel { - /* margin: 2em 0 2em 2em; */ - /* border-radius: 1em; */ grid-column: 1 / 2; grid-row: 1 / -1; align-self: normal;