diff options
author | 2022-01-30 14:03:10 +0100 | |
---|---|---|
committer | 2022-01-30 14:03:10 +0100 | |
commit | 295cd818e3d679083b962ee90e334ad4cbc9adba (patch) | |
tree | dfcd0d3b5aab4a5183c16cf6eab1e84639b84b81 /pydis_site/static/css/resources | |
parent | Get rid of the title_url for university of toronto (diff) |
Fix broken css for no-resource duck pond.
Diffstat (limited to 'pydis_site/static/css/resources')
-rw-r--r-- | pydis_site/static/css/resources/resources.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pydis_site/static/css/resources/resources.css b/pydis_site/static/css/resources/resources.css index b48beca6..aa47be8f 100644 --- a/pydis_site/static/css/resources/resources.css +++ b/pydis_site/static/css/resources/resources.css @@ -62,8 +62,15 @@ display: block; border-radius: 0; } +/* Center the 404 div */ +.no-resources-found { + display: flex; + flex-direction: column; + align-items: center; +} + /* Hide the no resources h2 by default */ -h2.no-resources-found { +.no-resources-found { display: none; margin-top: 1em; } @@ -93,13 +100,6 @@ span.filter-box-tag { user-select: none; } -/* Center the 404 div */ -.no-resources-found { - display: flex; - flex-direction: column; - align-items: center; -} - /* Make resource tags clickable */ .resource-tag { cursor: pointer; |