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