diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss index 0a52a91..e7c34bf 100644 --- a/app/assets/stylesheets/style.css.scss +++ b/app/assets/stylesheets/style.css.scss @@ -238,6 +238,11 @@ span.no-about { margin: 1em 0 0.5em; text-shadow: 0 1px #999; word-wrap: break-word; + + &.info-title { + font-size: 3em; + margin-bottom: 0.6em; + } } } diff --git a/app/views/info/show.html.erb b/app/views/info/show.html.erb index adab4af..3c2799d 100644 --- a/app/views/info/show.html.erb +++ b/app/views/info/show.html.erb @@ -3,5 +3,5 @@ <%= link_to "Info", info_index_path %> → <%= @info.title %> <%= link_to "Edit Info", edit_info_path(@info), class: "btn blue right" %>
-

<%= @info.title %>

+

<%= @info.title %>

<%= render_trusted_md(@info.content).html_safe %>
\ No newline at end of file