diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 29c5b9760..8d6871447 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -41,10 +41,14 @@ table { #no-teams-jumbotron { display: flex; flex-direction: column; - align-items: center; - position: relative; - top: 100px; justify-content: center; + align-items: center; + padding-top: 7rem; + + img { + margin-bottom: 1.5rem; + max-width: 33%; + } } #alert-container { diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index d0a08b04b..aedefb2da 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -86,7 +86,7 @@ <% if user_signed_in? && current_user.teams.blank? && !(activities_are_selected? || settings_are_selected?) %>
- <%= image_tag "empty-screen-illustration.png", size: "500x500" %> + <%= image_tag "empty-screen-illustration.png" %>

<%=t 'general.no_teams.title' %>

<%=t 'general.no_teams.text' %>