Skip to content

Commit ba19e3f

Browse files
authored
docs: enhance 404 page UI (#16097)
* docs: enhance 404 page not found ui * docs: format file
1 parent bfe5e88 commit ba19e3f

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs/src/assets/scss/components/docs-index.scss

+12
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,15 @@
152152
}
153153
}
154154
}
155+
156+
.eslint-actions {
157+
display: inline-flex;
158+
flex-wrap: wrap;
159+
flex-direction: column;
160+
width: 100%;
161+
gap: 1rem;
162+
163+
@media all and (min-width: 640px) {
164+
flex-direction: row;
165+
}
166+
}

docs/src/assets/scss/foundations.scss

+5
Original file line numberDiff line numberDiff line change
@@ -436,3 +436,8 @@ h1,
436436
font-size: var(--step-4);
437437
line-height: 1.2;
438438
}
439+
440+
.h0 {
441+
font-size: var(--step-6);
442+
line-height: 1.2;
443+
}

0 commit comments

Comments
 (0)