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