Make button row 11 columns wide at small viewports.
This commit is contained in:
parent
855fd0b80a
commit
0a78d66627
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
{% for blk in this.body.blocks %}
|
||||
{% if blk._flowblock == 'button-block' %}
|
||||
<div class="row">
|
||||
<div class="col-sm-8 col-sm-offset-2">
|
||||
<div class="col-sm-11 col-sm-offset-2">
|
||||
{{ blk }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue