Refactoring home component

pull/5644/head
Wicklow 2023-02-16 12:32:31 +01:00 committed by Chocobozzz
parent 35fe58c2f8
commit 389eb13129
3 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<div class="root margin-content">
<div class="root pt-4 margin-content">
<my-custom-markup-container [content]="homepageContent"></my-custom-markup-container>
</div>

View File

@ -1,3 +0,0 @@
.root {
padding-top: 20px;
}

View File

@ -3,7 +3,6 @@ import { CustomPageService } from '@app/shared/shared-main/custom-page'
@Component({
templateUrl: './home.component.html',
styleUrls: [ './home.component.scss' ]
})
export class HomeComponent implements OnInit {