Skip to content

Commit 07ea297

Browse files
committed
deploy: 1a4e69b
1 parent d0bffb0 commit 07ea297

File tree

16 files changed

+101
-10960
lines changed

16 files changed

+101
-10960
lines changed

404.html

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,16 @@
124124
line-height: 1.5;
125125
}
126126

127-
main,
127+
home,
128128
footer {
129129
padding: 1rem;
130130
}
131131

132-
main {
132+
home {
133133
padding-top: 2rem;
134134
}
135135

136-
main :first-child {
136+
home :first-child {
137137
margin-top: 0;
138138
}
139139

@@ -382,7 +382,6 @@
382382
main {
383383
display: flex;
384384
flex-direction: column;
385-
gap: 2rem;
386385
padding: 4rem;
387386
padding-top: 2rem;
388387
padding-bottom: 4rem;
@@ -399,7 +398,7 @@
399398
h4,
400399
h5,
401400
h6 {
402-
margin: 3rem 0 1rem;
401+
margin: 1rem 0 1rem;
403402
font-weight: 800;
404403
line-height: 1.25;
405404
}
@@ -880,6 +879,12 @@
880879
.nav-item a[href][aria-current="page"]:hover {
881880
background-color: oklch(0 0 0 / 0.1);
882881
}
882+
883+
#home {
884+
display: flex;
885+
flex-direction: column;
886+
gap: 2rem;
887+
}
883888
@import "catppuccin.css";
884889

885890
@media (prefers-color-scheme: dark) {
@@ -1213,7 +1218,8 @@
12131218

12141219
<main id="main">
12151220

1216-
<h1 id="content-not-found">Content not found.</h1>
1221+
<div id="home">
1222+
<h1 id="content-not-found">Content not found.</h1>
12171223
<p>Go <a href="/linuxjava7.github.io/">home</a>.</p>
12181224
<!--
12191225
@@ -1228,6 +1234,7 @@ <h1 id="content-not-found">Content not found.</h1>
12281234
- Vercel: https://vercel.com/guides/custom-404-page#static-site-generator-ssg
12291235
-->
12301236

1237+
</div>
12311238

12321239
</main>
12331240

@@ -1251,7 +1258,7 @@ <h1 id="content-not-found">Content not found.</h1>
12511258
</p>
12521259
</footer>
12531260

1254-
<!-- This page `/404.html` was built on 2025-07-09T08:45:39.675Z -->
1261+
<!-- This page `/404.html` was built on 2025-07-10T12:19:23.220Z -->
12551262
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
12561263
</body>
12571264
</html>

0 commit comments

Comments
 (0)