Reduce scope of h2 styling
This commit is contained in:
@@ -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
|
||||||
|
@@ -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 }}
|
||||||
|
Reference in New Issue
Block a user