diff options
author | 2019-04-20 16:35:07 +0100 | |
---|---|---|
committer | 2019-04-20 16:35:07 +0100 | |
commit | c8ceda475744bdfaf5ec55bfb3df0e0a9702562b (patch) | |
tree | cf92c1128ae0c0f85b8f83e023b260789e90af57 /pydis_site/static/css/home | |
parent | 100% coverage (diff) |
Remove unneeded sites.py and move navbar CSS to base.css
Diffstat (limited to 'pydis_site/static/css/home')
-rw-r--r-- | pydis_site/static/css/home/index.css | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index 0ad2e6b5..3bcd39ab 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -17,30 +17,6 @@ margin-right: 2rem; } -.navbar-item.is-fullsize { - padding: 0; -} - -.navbar-item.is-fullsize img { - max-height: 4.75rem; -} - -.navbar-item.has-no-highlight:hover { - background-color: transparent; -} - -.navbar-item.has-left-margin-1 { - margin-left: 1rem; -} - -.navbar-item.has-left-margin-2 { - margin-left: 2rem; -} - -.navbar-item.has-left-margin-3 { - margin-left: 3rem; -} - .video-container iframe, .video-container object, .video-container embed { |