Browse Source

- Hide the H1 in the articles content

pull/16/head
Jaussoin Timothée 11 years ago
parent
commit
f56c4b15ab
  1. 5
      themes/material/css/article.css

5
themes/material/css/article.css

@ -9,6 +9,11 @@ article header {
position: relative;
}
/* We hide the main title because it's already here ? */
article section h1 {
display: none;
}
article header h1 {
font-size: 4rem;
line-height: 12rem;

Loading…
Cancel
Save