Skip to content

Commit 7597879

Browse files
reduce-space-of-side-bar
1 parent f2d6609 commit 7597879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/explore.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="ui stackable grid">
2-
<div class="four wide column">
2+
<div class="three wide column">
33
<Explore::SideBar @model={{this.model}} @category={{this.category}} @sub_category={{this.sub_category}} @event_type={{this.event_type}} @startDate={{this.start_date}} @endDate={{this.end_date}} @location={{this.location}} @ticket_type={{this.ticket_type}} @cfs={{this.cfs}} />
44
</div>
5-
<div class="twelve wide column">
5+
<div class="thirteen wide column">
66
<h1 class="ui header">{{t 'Events'}}</h1>
77
<div class="ui labels">
88
{{#if this.filters.category}}

0 commit comments

Comments
 (0)