diff --git a/app/assets/images/logo.png b/app/assets/images/logo.png new file mode 100644 index 00000000..c3230b85 Binary files /dev/null and b/app/assets/images/logo.png differ diff --git a/app/views/layouts/_header.html.haml b/app/views/layouts/_header.html.haml index 7c5bd4b5..37f80432 100644 --- a/app/views/layouts/_header.html.haml +++ b/app/views/layouts/_header.html.haml @@ -1,6 +1,7 @@ %header.row - .title.col-8 - %h2= link_to('MCIEA'.html_safe, root_path) + .title.col-12 + %h2{style: "text-align: center; margin-bottom: 30px;"} + = link_to(image_tag('logo.png'), root_path) -# .navigation.col-4.text-right