Fix sidebar width on mobile
This commit is contained in:
parent
35867537e6
commit
275e59a780
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{% block sidebar_wrapper %}
|
{% block sidebar_wrapper %}
|
||||||
<div class="flex-none w-30 w-25-m mw5 ph3-m pt4 pt0-l">
|
<div class="flex-none w-25-m mw5-l ph3-m pt4 pt0-l">
|
||||||
{% block sidebar %}
|
{% block sidebar %}
|
||||||
{% include 'badges' %}
|
{% include 'badges' %}
|
||||||
{% include 'availability' %}
|
{% include 'availability' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue