right panel width 50% -> 40%

This commit is contained in:
Roman Gotsiy 2015-10-21 14:46:15 +03:00
parent 99c578efcc
commit c3efcf6756
2 changed files with 8 additions and 2 deletions

View File

@ -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: "";

View File

@ -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;