diff options
author | 2022-10-29 10:38:47 +0800 | |
---|---|---|
committer | 2023-05-06 11:04:37 +0200 | |
commit | 7bf2766bd2468766497b5ec35657856815f8bb34 (patch) | |
tree | 3a1d24f426647af435cdf19aab5f39b854bcdded /pydis_site/static | |
parent | Use content articles source url in django.conf.settings (diff) |
Put 'Edit on GitHub' on breadcrum row with Sub-Articles dropdown
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/content/page.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pydis_site/static/css/content/page.css b/pydis_site/static/css/content/page.css index d831f86d..73e833a8 100644 --- a/pydis_site/static/css/content/page.css +++ b/pydis_site/static/css/content/page.css @@ -2,6 +2,10 @@ padding: 1rem; } +#edit-on-github { + margin-left: 1rem; +} + i.has-icon-padding { padding: 0 10px 25px 0; } |