File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ body.dimmable.undetached.dimmed {
27
27
28
28
.ui.fluid.container {
29
29
padding : 0 20px ;
30
- margin-top : 0 ;
31
30
}
32
31
33
32
@media screen and (min-width : 768px ) and (max-width : 992px ) {
Original file line number Diff line number Diff line change 17
17
<WelcomeHeader @class ={{ ' mb-4' }} />
18
18
{{ /if }}
19
19
<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
+ " >
21
24
{{ outlet }}
22
25
</div >
23
26
<FooterMain @socialLinks ={{ this.model.socialLinks }} />
You can’t perform that action at this time.
0 commit comments