diff options
| -rw-r--r-- | public/static/css/app.css | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/public/static/css/app.css b/public/static/css/app.css index 9cabc12..82aa3fd 100644 --- a/public/static/css/app.css +++ b/public/static/css/app.css @@ -665,7 +665,6 @@ nav i, nav i.material-icons {  nav .brand-logo {  	position: absolute;  	display: inline-block; -	font-size: 2.1rem;  	padding-left: 0.5rem;  } @@ -705,6 +704,9 @@ nav ul a {  		height: 56px;  		line-height: 56px;  	} +	nav .brand-logo { +		font-size: 1.5rem; +	}  	nav .nav-wrapper i {  		height: 56px;  		line-height: 56px; @@ -722,6 +724,9 @@ nav ul a {  		height: 64px;  		line-height: 64px;  	} +	nav .brand-logo { +		font-size: 2.1rem; +	}  	nav .nav-wrapper i {  		height: 64px;  		line-height: 64px; | 
