mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-19 18:19:19 +08:00
logo fix
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user