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 {
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 ) {
Original file line number Diff line number Diff line change 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 }} />
You can’t perform that action at this time.
0 commit comments