From 1e52f5995db83e9ff363c60e06a8e8e8dfc25bb4 Mon Sep 17 00:00:00 2001 From: michbeg Date: Wed, 23 Aug 2017 13:34:30 -0400 Subject: [PATCH] Update table width --- docs/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css/bootstrap.css b/docs/css/bootstrap.css index 9f9028a..e6b9ac3 100644 --- a/docs/css/bootstrap.css +++ b/docs/css/bootstrap.css @@ -2116,7 +2116,7 @@ pre code { width: 50%; } .col-lg-5 { - width: 41.66666667%; + width: 66.6666%; } .col-lg-4 { width: 33.33333333%; -- GitLab