remove padding from api-logo

This commit is contained in:
Roman Hotsiy 2016-03-22 00:43:40 +02:00
parent 824d790478
commit 35e388583c
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ img {
width: auto;
display: inline-block;
max-width: 100%;
padding: 0 5px;
//padding: 0 5px;
box-sizing: border-box;
}

View File

@ -1,7 +1,7 @@
{
"name": "redoc",
"description": "Swagger-generated API Reference Documentation",
"version": "0.7.4",
"version": "0.7.5",
"repository": {
"type": "git",
"url": "git://github.com/Rebilly/ReDoc"