fix: turning community page mobile-first responsive
This commit is contained in:
parent
fcc86f8067
commit
444dda516f
2 changed files with 5 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{% block title %}{{ this.title }}{% endblock %}
|
||||
{% block gutter %}
|
||||
|
||||
<div class="col-sm-4">
|
||||
<div class="col-md-4">
|
||||
<div class="gutter">
|
||||
{{ this.gutter }}
|
||||
{% for child in this.children %}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
{% endblock %}
|
||||
{% block body %}
|
||||
<div class="row">
|
||||
<div class="col-sm-7 mr-auto">
|
||||
<div class="col-md-7 mr-auto">
|
||||
{{ incomplete(this) }}
|
||||
{% block main %}
|
||||
{{ this.body }}
|
||||
|
|
@ -29,13 +29,13 @@
|
|||
{% block gutter %}
|
||||
{% if this.gutter and this.gutter.source %}
|
||||
<!-- <div class="col-sm-12 col-md-4 gutter"> -->
|
||||
<div class="col-sm-4">
|
||||
<div class="col-md-4">
|
||||
<div class="sidebar-module sidebar-module-inset gutter">
|
||||
{{ this.gutter }}
|
||||
</div>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="hidden-sm-down col-sm-4">
|
||||
<div class="hidden-sm-down col-md-4">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue