logo fix
parent
88c857d9dd
commit
fb2476bf49
|
@ -40,12 +40,8 @@ header {
|
|||
}
|
||||
|
||||
header .logo {
|
||||
color: transparent;
|
||||
background-image: url('../img/logo-light.svg');
|
||||
background-position: center center;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
margin: 0.5rem 0;
|
||||
height: 3rem;
|
||||
margin: 0.5rem 0 0.3rem;
|
||||
}
|
||||
|
||||
header .url {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<body ng-app="NginxConfigIoApp" ng-controller="NginxConfigIoController">
|
||||
<header>
|
||||
<div class="container">
|
||||
<div class="logo">nginxconfig.io</div>
|
||||
<img src="assets/img/logo-light.svg" class="logo" alt="nginxconfig.io">
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
|
Loading…
Reference in New Issue