Removed unused app component css file (#4438)
* Removed unused css for app component * Removed empty css file
This commit is contained in:
parent
09e019841c
commit
5a4a001d18
|
|
@ -1,6 +0,0 @@
|
|||
@media (max-width: 767px) {
|
||||
/* On small screens, the nav menu spans the full width of the screen. Leave a space for it. */
|
||||
.body-content {
|
||||
padding-top: 50px;
|
||||
}
|
||||
}
|
||||
|
|
@ -2,8 +2,7 @@ import { Component } from '@angular/core';
|
|||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.component.html',
|
||||
styleUrls: ['./app.component.css']
|
||||
templateUrl: './app.component.html'
|
||||
})
|
||||
export class AppComponent {
|
||||
title = 'app';
|
||||
|
|
|
|||
Loading…
Reference in New Issue