diff --git a/app/views/errors/not_public.haml b/app/views/errors/not_public.haml index 3f6abf9f7..1040a75af 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'