Implemented all error pages, fixed missing fonts on error pages

This commit is contained in:
Ethan N. Paul
2018-02-04 22:54:55 -05:00
parent 66c5215531
commit a0fa0dbf66
14 changed files with 421 additions and 500 deletions

View File

@@ -113,11 +113,12 @@ h1, h2, h3, h4, h5, h6 {
#top h2 {
color: #999;
margin-bottom: 50px;
font-size: 25px;
}
@media (max-width: 768px) {
#top h2 {
font-size: 24px;
font-size: 20px;
line-height: 26px;
margin-bottom: 30px;
}
@@ -149,6 +150,12 @@ h1, h2, h3, h4, h5, h6 {
border: 2px solid #1a82de;
}
#top .error-icon {
padding-top: 20px;
padding-bottom: 20px;
color: white;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/