diff --git a/app/assets/images/logo-color.svg b/app/assets/images/logo-color.svg new file mode 100644 index 000000000..32d315b5f --- /dev/null +++ b/app/assets/images/logo-color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/app/assets/stylesheets/layout.css b/app/assets/stylesheets/layout.css index adbccc90f..9bf4d4953 100644 --- a/app/assets/stylesheets/layout.css +++ b/app/assets/stylesheets/layout.css @@ -2,6 +2,10 @@ body { display: grid; grid-template-rows: auto 1fr auto 9em; + + &.public { + grid-template-rows: auto 1fr auto; + } } :where(#main) { diff --git a/app/views/layouts/public.html.erb b/app/views/layouts/public.html.erb index 9e0cf272f..37c066687 100644 --- a/app/views/layouts/public.html.erb +++ b/app/views/layouts/public.html.erb @@ -2,9 +2,18 @@ <%= render "layouts/shared/head" %> -
+ +