Skip to content

Commit 79a9437

Browse files
Hieu Lam - TMAkhangon
andauthored
fix-9098: Main event image moved down and leaving space (#9100)
* fix-9098: Event Dashboard shows not friendly * fix-9098: Event Dashboard shows not friendly --------- Co-authored-by: Khang On - TMA <[email protected]>
1 parent d214047 commit 79a9437

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/styles/partials/overrides.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ body.dimmable.undetached.dimmed {
2727

2828
.ui.fluid.container {
2929
padding: 0 20px;
30-
margin-top: 0;
3130
}
3231

3332
@media screen and (min-width: 768px) and (max-width: 992px) {

app/templates/application.hbs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
<WelcomeHeader @class={{'mb-4'}}/>
1818
{{/if}}
1919
<div id="main-container"
20-
class="ui fluid container main-container {{unless this.device.isInternetExplorer 'flexed-container' ''}}">
20+
class="ui fluid container main-container
21+
{{unless this.device.isInternetExplorer 'flexed-container' ''}}
22+
{{if (eq this.routing.currentRouteName 'public.index') 'mt-0' ''}}
23+
">
2124
{{outlet}}
2225
</div>
2326
<FooterMain @socialLinks={{this.model.socialLinks}} />

0 commit comments

Comments
 (0)