mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
grid tweak
This commit is contained in:
parent
d4f2bab748
commit
771858c84c
@ -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) {
|
||||
|
@ -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);
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user