From c6d24c61f9cda7aeb05b3e6e55da106d44bd4089 Mon Sep 17 00:00:00 2001 From: movilla <moviglez@gmail.com> Date: Sat, 8 Sep 2012 19:43:10 +0200 Subject: [PATCH] 404 page set for mobile --- app/views/errors/not_public.haml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/errors/not_public.haml b/app/views/errors/not_public.haml index 3f6abf9f7f..1040a75aff 100644 --- a/app/views/errors/not_public.haml +++ b/app/views/errors/not_public.haml @@ -2,6 +2,11 @@ -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. +- if in_mobile_view? + :css + #big-number{ font-size: 120px;} + #content{ font-size: 13px;} + - content_for :head do = stylesheet_link_tag :error_pages, :media => 'all' -- GitLab