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