1
0
Fork 0

Fix paddings

This commit is contained in:
Gregory Eremin 2015-03-10 23:29:02 +07:00
parent 8671c8e2bf
commit 70c495f8d6
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ section {
}
.content {
width: calc(100% - 240px);
width: calc(100% - 260px);
margin-top: 20px;
}
.content .left, .content .right {