minor responsiveness fix

This commit is contained in:
Roman Hotsiy 2016-03-14 23:25:57 +02:00
parent cac8594f1c
commit c498517a23
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@
box-sizing: border-box;
background-color: white;
width: 60%;
@media (max-width: 1100px) {
width: 100%;
}
}
.tag-info:after, .tag-info:before {

View File

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