1
0
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:
Matthias Kretschmann 2016-02-14 00:16:24 +01:00
parent b326c8c720
commit 41c3b7e122
2 changed files with 5 additions and 1 deletions

View File

@ -51,6 +51,10 @@
max-width: 60rem;
}
.row--narrow {
max-width: ($screen-md-min / 1.75);
}
//
// Alignment per row

View File

@ -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>