diff --git a/lib/css/base.css b/lib/css/base.css index 7d2f817..ef3b28e 100644 --- a/lib/css/base.css +++ b/lib/css/base.css @@ -140,7 +140,7 @@ a { padding: 10px; } -/* Pad top/bottom of content so it doesn't hide behind .bar-title and .bar-tab. +/* Pad top/bottom of content so it doesn't hide behind .bar-title, .bar-header-secondary, .bar-footer, and .bar-tab. Note: For these to work, content must come after both bars in the markup */ .bar-title ~ .content { top: 44px; @@ -150,4 +150,7 @@ a { } .bar-header-secondary ~ .content { top: 88px; -} \ No newline at end of file +} +.bar-footer ~ .content { + bottom: 44px; +}