diff options
author | 2022-01-31 12:07:04 +0100 | |
---|---|---|
committer | 2022-01-31 12:07:04 +0100 | |
commit | 46702b73cc8a54409da633e4492846f72bb5a338 (patch) | |
tree | 171fcfbf4673dbb9fdf4b16c4275a2840e1727f6 /pydis_site/static/css/resources | |
parent | Make a few minor corrections to resources. (diff) |
Make the resource link icons a size smaller.
We also add a little breathing room to the tag container, so that it
doesn't encroach on the personal space of the icons.
Diffstat (limited to 'pydis_site/static/css/resources')
-rw-r--r-- | pydis_site/static/css/resources/resources.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pydis_site/static/css/resources/resources.css b/pydis_site/static/css/resources/resources.css index 55284605..3b235a05 100644 --- a/pydis_site/static/css/resources/resources.css +++ b/pydis_site/static/css/resources/resources.css @@ -111,6 +111,11 @@ span.filter-box-tag[style*='display: block'] { user-select: none; } +/* Give the resource tags a bit of breathing room */ +.resource-tag-container { + padding-left: 1.5rem; +} + /* When hovering tags, brighten them a bit. */ .resource-tag:hover, .filter-box-tag:hover { |