_sass/primer-layout/lib/columns.scss in jekyll-theme-primer-0.3.1 vs _sass/primer-layout/lib/columns.scss in jekyll-theme-primer-0.4.0
- old
+ new
@@ -43,24 +43,9 @@
.four-fifths {
width: 80%;
}
-// Single column hack
-.single-column {
- padding-right: $grid-gutter;
- padding-left: $grid-gutter;
-}
-
-// Equal width columns via table sorcery.
-.table-column {
- display: table-cell;
- width: 1%;
- padding-right: $grid-gutter;
- padding-left: $grid-gutter;
- vertical-align: top;
-}
-
// Centers content horizontally. Can be used inside or outside the grid.
.centered {
display: block;
float: none;
margin-right: auto;