From 1530cdfa650ac7b54ced738f2a3c7b7ab2762854 Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Tue, 14 Jan 2020 15:46:06 +0300 Subject: [PATCH] content layout width updated --- public/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/custom.css b/public/css/custom.css index 44447ef5f..98630b28d 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -179,7 +179,7 @@ button:focus /*--------Content Width--------*/ .content-layout { - max-width: 1116px !important; + max-width: 1300px !important; } /*--------Content Width Finish-------*/