Increase the visibility of 404 error message (#11108)

Changed the font-size and color of the h2 element of the 404 error page so that it can look more vibrant and stand out.
This commit is contained in:
Aditya Gupta 2022-03-25 17:15:40 +05:30 committed by GitHub
parent c731e2f8cb
commit 0b93569df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -4,11 +4,12 @@
text-align: center;
h2 {
font-size: 36px;
font-size: 48px;
color : #f2f2f2;
}
&__message {
font-size: 24px;
margin-top: 20px;
}
}
}