aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/about
diff options
context:
space:
mode:
Diffstat (limited to 'services/nuldoc/public/about')
-rw-r--r--services/nuldoc/public/about/404.html2
-rw-r--r--services/nuldoc/public/about/index.html2
-rw-r--r--services/nuldoc/public/about/style.css10
3 files changed, 12 insertions, 2 deletions
diff --git a/services/nuldoc/public/about/404.html b/services/nuldoc/public/about/404.html
index 0cc57490..cae61838 100644
--- a/services/nuldoc/public/about/404.html
+++ b/services/nuldoc/public/about/404.html
@@ -14,7 +14,7 @@
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>Page Not Found|nsfisis.dev</title>
- <link rel="stylesheet" href="/style.css?h=c3724e2d900f13528c82005e79a8ec23">
+ <link rel="stylesheet" href="/style.css?h=e2a00297c169b9605af26b512083ee79">
</head>
<body class="single">
<header class="header">
diff --git a/services/nuldoc/public/about/index.html b/services/nuldoc/public/about/index.html
index 379e6c23..27a18385 100644
--- a/services/nuldoc/public/about/index.html
+++ b/services/nuldoc/public/about/index.html
@@ -14,7 +14,7 @@
<meta name="Hatena::Bookmark" content="nocomment">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>About|nsfisis.dev</title>
- <link rel="stylesheet" href="/style.css?h=c3724e2d900f13528c82005e79a8ec23">
+ <link rel="stylesheet" href="/style.css?h=e2a00297c169b9605af26b512083ee79">
</head>
<body class="single">
<header class="header">
diff --git a/services/nuldoc/public/about/style.css b/services/nuldoc/public/about/style.css
index 4090151a..c6104dd2 100644
--- a/services/nuldoc/public/about/style.css
+++ b/services/nuldoc/public/about/style.css
@@ -328,6 +328,16 @@ img {
border-top: 1px solid #000;
}
+.footnotes .footnote {
+ display: flex;
+ gap: 0.75em;
+ align-items: baseline;
+}
+
+.footnotes .footnote p {
+ margin: 0;
+}
+
.pagination {
display: flex;
justify-content: center;