mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
switch around section backgrounds
This commit is contained in:
parent
ca6f515e8c
commit
797aef1279
@ -142,6 +142,8 @@
|
||||
}
|
||||
|
||||
.form--enterprise {
|
||||
background: darken($brand-main-blue, 5%);
|
||||
|
||||
.grid {
|
||||
@media ($screen-sm) {
|
||||
justify-content: space-between;
|
||||
|
@ -138,7 +138,7 @@ contact:
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--enterprisetestimonial background--blue">
|
||||
<section class="section section--enterprisetestimonial">
|
||||
<div class="row">
|
||||
<figure class="testimonial">
|
||||
<blockquote class="testimonial__quote">{{ page.testimonial.copy }}</blockquote>
|
||||
@ -189,7 +189,7 @@ contact:
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--enterprisecontact" id="contact">
|
||||
<section class="section section--enterprisecontact background--blue" id="contact">
|
||||
<div class="row">
|
||||
<header class="section-header">
|
||||
<h1 class="section-title">{{ page.contact.title }}</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user