Skip to content
Snippets Groups Projects
Commit 2245b3d1 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Merge branch '26-make-the-footer-as-sticky-at-the-bottom' into 'latest'

Resolve "Make the footer as sticky at the bottom."

Closes #26

See merge request core-services/jekyll-theme-lcsb-default!19
parents 66eb583e 7ea2297f
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,8 @@ pre {
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;
......@@ -297,4 +299,4 @@ table {
td {
border: 1px solid $grey-color-light;
}
}
\ No newline at end of file
}
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "jekyll-theme-lcsb-default"
spec.version = "0.3.8"
spec.version = "0.3.9"
spec.authors = ["Trefex", "jaceklebioda_lux"]
spec.email = ["lcsb-sysadmins@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment