mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 08:36:33 +03:00
right panel width 50% -> 40%
This commit is contained in:
parent
99c578efcc
commit
c3efcf6756
|
@ -20,11 +20,17 @@ h3 > span {
|
|||
.content, .samples {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
width: 50%;
|
||||
float: left;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.samples {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.method:after {
|
||||
content: "";
|
||||
|
|
|
@ -13,7 +13,7 @@ method {
|
|||
content: "";
|
||||
background: rgb(59, 59, 105);
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
width: 40%;
|
||||
top: 0;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue
Block a user