mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
spacing fixes
This commit is contained in:
parent
5b029efa52
commit
8072ba448a
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user