diff options
author | 2020-10-08 19:02:20 +0300 | |
---|---|---|
committer | 2020-10-08 19:02:20 +0300 | |
commit | 2535d2285e1b6f130425ca43e1d22f11528c5017 (patch) | |
tree | bbc9c1fb267921ac717791618e7b4d6e9a64a31a /pydis_site/static | |
parent | Remove breadcrumb from resources index page to avoid too much titles (diff) |
Remove resources index breadcrumb CSS
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/resources/resources.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pydis_site/static/css/resources/resources.css b/pydis_site/static/css/resources/resources.css index 025b28c6..cf4cb472 100644 --- a/pydis_site/static/css/resources/resources.css +++ b/pydis_site/static/css/resources/resources.css @@ -27,7 +27,3 @@ #podcastsBlock { background-image: linear-gradient(141deg, #232382 0%, #30309c 71%, #4343ad 100%); } - -.breadcrumb-section { - padding: 1rem; -} |