Skip to content
Snippets Groups Projects
Unverified Commit 910e7385 authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

typo (#2105)

parent e01ae794
No related branches found
No related tags found
No related merge requests found
...@@ -28,3 +28,12 @@ h1 ...@@ -28,3 +28,12 @@ h1
&:hover &:hover
color: darken($active-color, 10) color: darken($active-color, 10)
text-decoration-color: $active-color text-decoration-color: $active-color
h2
margin-bottom: 1.5rem
h3
margin-bottom: 1rem
.lead
margin-bottom: 1rem
\ No newline at end of file
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div class="row"> <div class="row">
<div class="header__info col-md-7"> <div class="header__info col-md-7">
<h1><%= @post %></h1> <h1><%= @post %></h1>
<p class="small"> <p class="small mt-2">
<% if @post.published_at %> <% if @post.published_at %>
Publié le <%= l @post.published_at, format: :date_with_explicit_month %> Publié le <%= l @post.published_at, format: :date_with_explicit_month %>
<% end %> <% end %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment