mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-11 08:09:33 +01:00
add narrow grid row
This commit is contained in:
parent
b326c8c720
commit
41c3b7e122
@ -51,6 +51,10 @@
|
||||
max-width: 60rem;
|
||||
}
|
||||
|
||||
.row--narrow {
|
||||
max-width: ($screen-md-min / 1.75);
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Alignment per row
|
||||
|
@ -43,7 +43,7 @@ layout: base
|
||||
</section>
|
||||
|
||||
<section class="section section-contact">
|
||||
<div class="row">
|
||||
<div class="row row--narrow">
|
||||
<header class="section-header">
|
||||
<h1 class="section-title">Get In Touch</h1>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user