Reduce scope of h2 styling

This commit is contained in:
2018-04-16 20:36:23 +02:00
parent 6c285c078f
commit 280d26801e
2 changed files with 5 additions and 5 deletions

View File

@@ -88,10 +88,10 @@ header
&:hover &:hover
background: lighten(#ff4970, 5%) background: lighten(#ff4970, 5%)
.landing
h2 h2
text-align: center text-align: center
margin-bottom: 40px margin-bottom: 40px
section section
max-width: 1024px max-width: 1024px

View File

@@ -92,7 +92,7 @@ header
| {{ projectmacros.render_secondary_navigation(project, pages=pages) }} | {{ projectmacros.render_secondary_navigation(project, pages=pages) }}
| {% endblock navbar_secondary %} | {% endblock navbar_secondary %}
#container #container.landing
section.node-details-container.project section.node-details-container.project
.node-details-title .node-details-title
h1 {{ project.name }} h1 {{ project.name }}