Remove custom css and unnecessary div nesting of welcome panel

This commit is contained in:
Anton Khorev 2023-11-13 10:05:35 +03:00
parent 22e079a3c3
commit 65e1ee6836
2 changed files with 13 additions and 20 deletions

View file

@ -432,11 +432,6 @@ body.small-nav {
.welcome {
display: none;
p {
font-size: 110%;
font-weight: 300;
}
}
#banner {

View file

@ -43,9 +43,8 @@
<% unless current_user %>
<div class="welcome p-3" hidden>
<%= render "sidebar_header", :title => t("layouts.intro_header") %>
<div>
<p><%= t "layouts.intro_text" %></p>
<p><%= t "layouts.hosting_partners_html",
<p class="fs-6 fw-light"><%= t "layouts.intro_text" %></p>
<p class="fs-6 fw-light"><%= t "layouts.hosting_partners_html",
:ucl => link_to(t("layouts.partners_ucl"), "https://www.ucl.ac.uk"),
:fastly => link_to(t("layouts.partners_fastly"), "https://www.fastly.com/"),
:bytemark => link_to(t("layouts.partners_bytemark"), "https://www.bytemark.co.uk"),
@ -60,7 +59,6 @@
</div>
</div>
</div>
</div>
<% end %>
<%= render :partial => "layouts/banner" %>