Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Nov 19, 2024
1 parent 18da4d1 commit 376a171
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions static/css/egi.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -19,7 +19,7 @@ body {
width: 100%;
height: 40px;
line-height: 20px;
opacity: 0.80;
opacity: 0.8;
font-size: 0.85rem;
}

Expand All @@ -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 */
Expand Down

0 comments on commit 376a171

Please sign in to comment.