Skip to content

Commit 72d7750

Browse files
committed
fix: improve layout for 404 page
1 parent c9918aa commit 72d7750

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/scss/pages/root.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
@use 'speakers' as *;
55
@use 'benefits' as *;
66

7+
// 404
8+
.hero__title {
9+
margin-top: 12.5rem !important;
10+
11+
&,
12+
~ p {
13+
padding-inline: 2rem;
14+
text-align: center;
15+
}
16+
}
17+
718
#root {
819
flex-grow: 1;
920
width: 100%;

0 commit comments

Comments
 (0)