diff --git a/client/index.html b/client/index.html index 5c78047..120b3fd 100644 --- a/client/index.html +++ b/client/index.html @@ -101,6 +101,20 @@ .tag-editor>div{ margin-bottom: 15px;; } + + .list hr{ + margin-top: 0.5rem; + margin-bottom: 1.5rem; + } + .list h3{ + margin-bottom: 0rem; + } + .list p{ + margin-bottom: 1rem; + } + .list .u-full-width{ + width: 80%; + }