_sass/minima/_base.scss in jekyll-theme-lcsb-default-0.3.8 vs _sass/minima/_base.scss in jekyll-theme-lcsb-default-0.3.9

- old
+ new

@@ -172,10 +172,12 @@ .main { max-width: $content-width; min-width: 375px; margin-right: auto; margin-left: auto; + min-height: 100%; /* fallback attribute */ + min-height: calc(100% - 10px); position: relative; background-color: $background-color; box-shadow: 0 10px 20px 0 #999999; @@ -295,6 +297,6 @@ border-bottom-color: darken($grey-color-light, 12%); } td { border: 1px solid $grey-color-light; } -} \ No newline at end of file +}