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

grid tweak

This commit is contained in:
Matthias Kretschmann 2017-04-20 11:29:25 +02:00
parent d4f2bab748
commit 771858c84c
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
3 changed files with 14 additions and 9 deletions

View File

@ -76,6 +76,15 @@
}
}
.section--enterprisesupport {
.actions {
@extend .text-center;
margin-top: $spacer * 3;
padding-top: $spacer * 2;
border-top: 1px solid rgba(0,0,0,.1);
}
}
.form--enterprise {
.grid {
@media ($screen-sm) {

View File

@ -36,7 +36,7 @@
}
.row {
max-width: $screen-md-min;
max-width: calc(#{$screen-md-min} - #{$gutter-space * 2});
margin-left: auto;
margin-right: auto;
padding-left: ($gutter-space / 2);

View File

@ -153,14 +153,6 @@ contact:
<p class="large text-center">{{ page.intro.text2 }}</p>
<p class="text-center">
{% for cta in page.hero.cta %}
{% if forloop.first %}
<a class="btn btn-primary scroll" href="{{ cta.link }}">{{ cta.name }}</a>
{% endif %}
{% endfor %}
</p>
</div>
</section>
@ -188,6 +180,10 @@ contact:
{% endfor %}
</div>
<div class="actions">
<a class="btn btn-blue" href="#contact">Get started now</a>
</div>
</div>
</section>