From 376a171acfcf6327224b03fc3fc64707bd022a6d Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Tue, 19 Nov 2024 16:05:11 +0000 Subject: [PATCH] Linting fixes --- static/css/egi.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/css/egi.css b/static/css/egi.css index 3e30a11..6c7be4c 100644 --- a/static/css/egi.css +++ b/static/css/egi.css @@ -9,7 +9,7 @@ html { body { margin-bottom: 60px; /* Margin bottom by footer height */ - font-family: 'DM Sans', sans-serif; + font-family: "DM Sans", sans-serif; } .footer { @@ -19,7 +19,7 @@ body { width: 100%; height: 40px; line-height: 20px; - opacity: 0.80; + opacity: 0.8; font-size: 0.85rem; } @@ -29,9 +29,9 @@ body { } #jupyterhub-logo .jpy-logo { - height: 60px; - margin-top: 5px; - margin-right: 20px; + height: 60px; + margin-top: 5px; + margin-right: 20px; } /* this is mainly for the policy pages */