1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

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; margin-bottom: $spacer * 2;
} }
p:last-child { .row:last-child > p:last-child {
margin-top: $spacer * 4; margin-top: $spacer * 3;
margin-bottom: 0; margin-bottom: 0;
} }
} }

View File

@ -6,7 +6,7 @@
<hgroup> <hgroup>
<h1 class="hero__title section-title">{{ page.tagline }}</h1> <h1 class="hero__title section-title">{{ page.tagline }}</h1>
<h2 class="hero__subtitle">{{ site.description }}</h2> <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> </hgroup>
</div> </div>