mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +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 {
|
.form--enterprise {
|
||||||
.grid {
|
.grid {
|
||||||
@media ($screen-sm) {
|
@media ($screen-sm) {
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
max-width: $screen-md-min;
|
max-width: calc(#{$screen-md-min} - #{$gutter-space * 2});
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
padding-left: ($gutter-space / 2);
|
padding-left: ($gutter-space / 2);
|
||||||
|
@ -153,14 +153,6 @@ contact:
|
|||||||
|
|
||||||
<p class="large text-center">{{ page.intro.text2 }}</p>
|
<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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -188,6 +180,10 @@ contact:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="actions">
|
||||||
|
<a class="btn btn-blue" href="#contact">Get started now</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user