mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
nicer mobile features layout
This commit is contained in:
parent
f720d52dbe
commit
895a933a02
@ -29,11 +29,15 @@
|
||||
margin-top: $spacer;
|
||||
|
||||
h3 {
|
||||
@extend .h5;
|
||||
@extend .h6;
|
||||
display: block;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
hyphens: auto;
|
||||
|
||||
@media ($screen-sm) {
|
||||
font-size: $font-size-h5;
|
||||
}
|
||||
}
|
||||
|
||||
sub {
|
||||
|
@ -40,7 +40,7 @@ intro:
|
||||
</div>
|
||||
|
||||
<div class="row row--wide">
|
||||
<div class="section-intro__main grid grid--full grid-small--fit grid--gutters">
|
||||
<div class="section-intro__main grid grid--half grid-small--fit grid--gutters">
|
||||
{% for feature in page.intro.keyfeatures %}
|
||||
<div class="grid__col">
|
||||
<svg class="icon">
|
||||
|
Loading…
Reference in New Issue
Block a user