Skip to content

Commit 8b627a0

Browse files
committed
Remove excess padding on header
1 parent 2e900f1 commit 8b627a0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- STYLESHEETS -->
2525
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
2626
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
27-
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=7" />
27+
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=8" />
2828

2929
<!-- FONTS -->
3030
<link rel="preconnect" href="https://fonts.googleapis.com">

web/maint.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

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

2020

2121
<!-- FONTS -->

web/password.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- STYLESHEETS -->
2626
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
2727
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
28-
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=7" />
28+
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=8" />
2929
<link rel="stylesheet" type="text/css" href="/static/styles/highlights.css" />
3030

3131
<!-- FONTS -->

web/paste.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- STYLESHEETS -->
2525
<!-- <link rel="preload" href="static/styles/global.css" as="style" /> -->
2626
<!-- <link rel="preload" href="static/styles/highlights.css" as="style" /> -->
27-
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=7" />
27+
<link rel="stylesheet" type="text/css" href="/static/styles/global.css?v=8" />
2828
<link rel="stylesheet" type="text/css" href="/static/styles/highlights.css" />
2929

3030
<!-- FONTS -->

web/static/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ a {
112112
flex-direction: row;
113113
justify-content: space-between;
114114
align-items: center;
115-
padding: 1rem 2rem;
115+
padding: 0.25rem 2rem;
116116
background-color: var(--color-background--header);
117117
}
118118

0 commit comments

Comments
 (0)