Adds 50px of padding at the bottom of web client interfaces. This padding
provides some breathing room at the bottom of the page without giving the
appearance of too much white space.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
+/* Create some padding at bottom of the page for breathing room */
+body { padding-bottom: 50px; }
+
/* --------------------------------------------------------------------------
* Simple default navbar style adjustements to apply the Evergreen color.
* TODO: style other components to match EG color scheme