pull/12/head
Szekeres Bálint 2018-02-24 16:05:08 +01:00
parent 88c857d9dd
commit fb2476bf49
2 changed files with 3 additions and 7 deletions

View File

@ -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 {

View File

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