mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
minor responsiveness fix
This commit is contained in:
parent
cac8594f1c
commit
c498517a23
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user