From 70c495f8d6f20078115342263588804a81fcdbc1 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Tue, 10 Mar 2015 23:29:02 +0700 Subject: [PATCH] Fix paddings --- app/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/app.css b/app/styles/app.css index 9bb2d14..e7f7c52 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -56,7 +56,7 @@ section { } .content { - width: calc(100% - 240px); + width: calc(100% - 260px); margin-top: 20px; } .content .left, .content .right {