1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-07-10 18:16:22 +02:00

Changes to 404 page styles

This commit is contained in:
Andrew Davis
2019-01-06 22:51:23 -06:00
parent e440d61652
commit b1cb18961c

View File

@ -250,11 +250,11 @@ button:hover .icon svg {
max-height: 200px; max-height: 200px;
} }
.toc-404 { .toc-404 {
max-width: 250px; max-width: 200px;
margin: 0 auto; margin: 0 auto;
} }
.message-404 { .message-404 {
font-size: 2em; font-size: 2em;
margin: 0 auto; margin: 1em auto;
text-align: center; text-align: center;
} }