mirror of https://github.com/Chocobozzz/PeerTube
Refactoring home component
parent
35fe58c2f8
commit
389eb13129
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
.root {
|
||||
padding-top: 20px;
|
||||
}
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue