Skip to content

Commit

Permalink
style: set min-height for main page content 404.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlvesdev authored Sep 9, 2024
1 parent 99bd065 commit d87a2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/views/not-found.view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

.c-not-found-main {
height: 50vh;
min-height: 480px;
justify-content: center;
align-items: flex-end;
padding: var(--24px);
Expand Down

0 comments on commit d87a2a7

Please sign in to comment.