Skip to content

Commit

Permalink
Merge pull request #124 from DDMAL/404-design
Browse files Browse the repository at this point in the history
Re-design 404 page
  • Loading branch information
yinanazhou authored Jul 19, 2024
2 parents 6ce3eab + fc7ade2 commit e81edd4
Show file tree
Hide file tree
Showing 3 changed files with 741 additions and 7 deletions.
17 changes: 17 additions & 0 deletions web-app/django/VIM/static/css/404.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.content-container {
height: 80vh;
}

#bg-404 {
height: 25vh;
}

.content-container h1 {
color: #435334;
font-size: 2rem;
}

.content-container p {
font-size: 1.5rem;
color: #435334;
}
Loading

0 comments on commit e81edd4

Please sign in to comment.