diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..871670c 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -65,7 +65,7 @@ .three.columns { width: 22%; } .four.columns { width: 30.6666666667%; } .five.columns { width: 39.3333333333%; } - .six.columns { width: 48%; } + .six.columns { width: 48%; margin-left: calc(50% - 24%); } /* if you want center, middle, vertical-align: middle */ .seven.columns { width: 56.6666666667%; } .eight.columns { width: 65.3333333333%; } .nine.columns { width: 74.0%; }