From c8ceda475744bdfaf5ec55bfb3df0e0a9702562b Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 20 Apr 2019 16:35:07 +0100 Subject: Remove unneeded sites.py and move navbar CSS to base.css --- pydis_site/static/css/home/index.css | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'pydis_site/static/css/home/index.css') 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 { -- cgit v1.2.3