diff --git a/apps/home/static/home/css/index.css b/apps/home/static/home/css/index.css index 4ba6898..f762a9a 100644 --- a/apps/home/static/home/css/index.css +++ b/apps/home/static/home/css/index.css @@ -88,10 +88,6 @@ /* Server Tabs */ -#serverTabs .nav-item:not(:last-child) { - margin-right: 1rem; -} - #serverTabs .nav-item .nav-link:hover:not(.active) { background-color: var(--bs-secondary-bg); } diff --git a/apps/home/templates/home/index.html b/apps/home/templates/home/index.html index e6ae4ca..42e06c7 100644 --- a/apps/home/templates/home/index.html +++ b/apps/home/templates/home/index.html @@ -57,58 +57,46 @@