Fix paddings
This commit is contained in:
parent
8671c8e2bf
commit
70c495f8d6
|
@ -56,7 +56,7 @@ section {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
width: calc(100% - 240px);
|
width: calc(100% - 260px);
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
.content .left, .content .right {
|
.content .left, .content .right {
|
||||||
|
|
Loading…
Reference in New Issue