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