Skip to content

Commit

Permalink
Remove excess padding on header
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jun 15, 2024
1 parent 2e900f1 commit 8b627a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- STYLESHEETS -->
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=7" />
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=8" />

<!-- FONTS -->
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down
2 changes: 1 addition & 1 deletion web/maint.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!-- STYLESHEETS -->
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
<link rel="stylesheet" type="text/css" href="static/styles/global.css?v=7" />
<link rel="stylesheet" type="text/css" href="static/styles/global.css?v=8" />


<!-- FONTS -->
Expand Down
2 changes: 1 addition & 1 deletion web/password.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- STYLESHEETS -->
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=7" />
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=8" />
<link rel="stylesheet" type="text/css" href="/static/styles/highlights.css" />

<!-- FONTS -->
Expand Down
2 changes: 1 addition & 1 deletion web/paste.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- STYLESHEETS -->
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=7" />
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=8" />
<link rel="stylesheet" type="text/css" href="/static/styles/highlights.css" />

<!-- FONTS -->
Expand Down
2 changes: 1 addition & 1 deletion web/static/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ a {
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 1rem 2rem;
padding: 0.25rem 2rem;
background-color: var(--color-background--header);
}

Expand Down

0 comments on commit 8b627a0

Please sign in to comment.