spacing fixes

This commit is contained in:
Matthias Kretschmann 2018-04-06 15:22:15 +02:00
parent 5b029efa52
commit 8072ba448a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
margin-bottom: $spacer * 2;
}
p:last-child {
margin-top: $spacer * 4;
.row:last-child > p:last-child {
margin-top: $spacer * 3;
margin-bottom: 0;
}
}

View File

@ -6,7 +6,7 @@
<hgroup>
<h1 class="hero__title section-title">{{ page.tagline }}</h1>
<h2 class="hero__subtitle">{{ site.description }}</h2>
<a href="/getstarted/" class="hero__action btn btn-primary">Get Started</a>
<a href="{% link developers/getstarted.html %}" class="hero__action btn btn-primary">Get Started</a>
</hgroup>
</div>