h1 principal

This commit is contained in:
Nicolas Bally 2015-04-11 22:17:22 +02:00
parent 5a6330e84b
commit 72312e361e
2 changed files with 5 additions and 2 deletions

View File

@ -351,7 +351,10 @@ article, .corps_content{
}
h1.principal{
text-align:center;
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {

View File

@ -14,7 +14,7 @@
%h1=link_to article.title, article_path(:slug => article.slug), :title => "blog conseil en image : "+article.title.to_s
%h1.principal=link_to article.title, article_path(:slug => article.slug), :title => "blog conseil en image : "+article.title.to_s
=render article.block