diff --git a/_src/_assets/styl/content.styl b/_src/_assets/styl/content.styl index 21e8c93f..82e3daa9 100644 --- a/_src/_assets/styl/content.styl +++ b/_src/_assets/styl/content.styl @@ -153,8 +153,7 @@ .masonry @media $breakpoint2 - width: 125% - margin-left: -12.5% + width: 100% clearfix() .hentry diff --git a/_src/_assets/styl/footer.styl b/_src/_assets/styl/footer.styl index 5e80b975..6f793836 100644 --- a/_src/_assets/styl/footer.styl +++ b/_src/_assets/styl/footer.styl @@ -8,6 +8,7 @@ @extend .textcenter border-top: 1px solid rgba(255,255,255,.7) box-shadow: inset 0 1px 4px alpha($brand-dark, .2) + padding-top: ($line-height-computed*2) .gravatar margin-bottom: ($line-height-computed/2) diff --git a/_src/_assets/styl/grid.styl b/_src/_assets/styl/grid.styl index 7138d5b4..ff8c793e 100644 --- a/_src/_assets/styl/grid.styl +++ b/_src/_assets/styl/grid.styl @@ -63,10 +63,14 @@ // // Columns // -.grid +.grid--fit > .grid__col flex: 1 +.grid--full + > .grid__col + flex: 0 0 100% + .grid--1of6 > .grid__col flex: 0 0 16.5% @@ -91,6 +95,14 @@ @media $breakpoint1 + .grid-small--fit + > .grid__col + flex: 1 + + .grid-small--full + > .grid__col + flex: 0 0 100% + .grid-small--1of6 > .grid__col flex: 0 0 16.5% @@ -115,6 +127,14 @@ @media $breakpoint2 + .grid-medium--fit + > .grid__col + flex: 1 + + .grid-medium--full + > .grid__col + flex: 0 0 100% + .grid-medium--1of6 > .grid__col flex: 0 0 16.5% @@ -138,6 +158,14 @@ flex: 0 0 82.5% @media $breakpoint3 + .grid-large--fit + > .grid__col + flex: 1 + + .grid-large--full + > .grid__col + flex: 0 0 100% + .grid-large--1of6 > .grid__col flex: 0 0 16.5% diff --git a/_src/_assets/styl/layout.styl b/_src/_assets/styl/layout.styl index 1618e564..a0c902b5 100644 --- a/_src/_assets/styl/layout.styl +++ b/_src/_assets/styl/layout.styl @@ -37,7 +37,7 @@ position: relative z-index: 2 margin-top: 80px - margin-bottom: 500px + margin-bottom: 420px .menu-open & margin-top: 220px @@ -46,6 +46,7 @@ .site__footer position: fixed border: none + width: 100% .site__header z-index: 1 diff --git a/_src/_assets/styl/navigation.styl b/_src/_assets/styl/navigation.styl index 45387606..9397fc49 100644 --- a/_src/_assets/styl/navigation.styl +++ b/_src/_assets/styl/navigation.styl @@ -77,8 +77,13 @@ ///////////////////////////////////// .paginator + padding-top: $line-height-computed + padding-bottom: $line-height-computed + .icon margin-bottom: -3px + p + margin-bottom: 0; .paginator-next text-align: right diff --git a/_src/_includes/featured.html b/_src/_includes/featured.html index 0ffb57e0..678d4d34 100644 --- a/_src/_includes/featured.html +++ b/_src/_includes/featured.html @@ -1,6 +1,6 @@