Implement menu button
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
@@ -3,7 +3,7 @@ import { Component, OnInit } from '@angular/core';
|
||||
@Component({
|
||||
selector: 'app-logo',
|
||||
template: '<span><img src="/images/farmmapslogo.png" /></span>',
|
||||
styles:['img {width:100%;align-self:center;}']
|
||||
styles:['img {max-height:100%;max-width:100%;align-self:center;}']
|
||||
})
|
||||
export class LogoComponent implements OnInit {
|
||||
|
||||
|
Reference in New Issue
Block a user