Removed unused app component css file (#4438)

* Removed unused css for app component

* Removed empty css file
This commit is contained in:
Casey Western 2019-01-31 17:40:50 -05:00 committed by Ryan Brandenburg
parent 09e019841c
commit 5a4a001d18
2 changed files with 1 additions and 8 deletions

View File

@ -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;
}
}

View File

@ -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';