diff options
Diffstat (limited to '')
-rw-r--r-- | extension/src/index.css (renamed from bookmarks-home/src/index.css) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bookmarks-home/src/index.css b/extension/src/index.css index 0644da2..63a2a92 100644 --- a/bookmarks-home/src/index.css +++ b/extension/src/index.css @@ -4,7 +4,8 @@ border-width: 2px; border-style: solid; border-color: black; - padding: 5px; + padding: 2px; + margin: 2px; } .folder > div { |