404 responsive Kemal logo (#334)

Add responsive width to Kemal logo.
This commit is contained in:
Faustino Aguilar 2017-03-17 04:16:38 -05:00 committed by Serdar Dogruyol
parent 1177619da9
commit 4409f56ba7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ def render_404
<style type="text/css"> <style type="text/css">
body { text-align:center;font-family:helvetica,arial;font-size:22px; body { text-align:center;font-family:helvetica,arial;font-size:22px;
color:#888;margin:20px} color:#888;margin:20px}
img { max-width: 579px; width: 100%; }
#c {margin:0 auto;width:500px;text-align:left} #c {margin:0 auto;width:500px;text-align:left}
</style> </style>
</head> </head>