Skip to content

Commit

Permalink
docs: enhance 404 page UI (#16097)
Browse files Browse the repository at this point in the history
* docs: enhance 404 page not found ui

* docs: format file
  • Loading branch information
amareshsm committed Jul 8, 2022
1 parent bfe5e88 commit ba19e3f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/assets/scss/components/docs-index.scss
Expand Up @@ -152,3 +152,15 @@
}
}
}

.eslint-actions {
display: inline-flex;
flex-wrap: wrap;
flex-direction: column;
width: 100%;
gap: 1rem;

@media all and (min-width: 640px) {
flex-direction: row;
}
}
5 changes: 5 additions & 0 deletions docs/src/assets/scss/foundations.scss
Expand Up @@ -436,3 +436,8 @@ h1,
font-size: var(--step-4);
line-height: 1.2;
}

.h0 {
font-size: var(--step-6);
line-height: 1.2;
}

0 comments on commit ba19e3f

Please sign in to comment.