diff --git a/frontend/views/site/error.php b/frontend/views/site/error.php index 984f924..8d4be60 100755 --- a/frontend/views/site/error.php +++ b/frontend/views/site/error.php @@ -22,6 +22,19 @@ $this->title = $name; font-size: 24px; margin-top: 3px; } + #error-page .error-logo div{ + display: block; + margin: 0 auto; + width: 100%; + max-width: 430px; + padding-top: 50%; + max-height: 191px; + box-sizing: border-box; + background: url(/img/404.png); + background-position: top center; + background-repeat: no-repeat; + background-size: contain; + } @media(max-width:1199px){ #error-page br{display:none;} } diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 7133764..b57c83d 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -186,4 +186,20 @@ span.panel-title{ color: #333333; font-size: 24px; margin-top: 3px; +} +#error-page .error-logo div{ + display: block; + margin: 0 auto; + width: 100%; + max-width: 430px; + padding-top: 50%; + max-height: 191px; + box-sizing: border-box; + background: url(/img/404.png); + background-position: top center; + background-repeat: no-repeat; + background-size: contain; +} +@media(max-width:1199px){ + #error-page br{display:none;} } \ No newline at end of file -- libgit2 0.21.4