From f7bfe954a9803ad8d22d017e5517df946c452ac8 Mon Sep 17 00:00:00 2001 From: Romain Date: Thu, 26 Jan 2017 22:50:05 +1100 Subject: [PATCH] Extra margin at the bottom of pages for legibility --- templates/themes/cards/theme.less | 1 + templates/themes/classic/theme.less | 2 +- templates/themes/mosaic/theme.less | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/themes/cards/theme.less b/templates/themes/cards/theme.less index e4e8824..6225adb 100755 --- a/templates/themes/cards/theme.less +++ b/templates/themes/cards/theme.less @@ -35,6 +35,7 @@ body { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: lighter; + margin-bottom: 1em; } a { diff --git a/templates/themes/classic/theme.less b/templates/themes/classic/theme.less index 1bd5901..435bf31 100644 --- a/templates/themes/classic/theme.less +++ b/templates/themes/classic/theme.less @@ -13,7 +13,7 @@ body { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: lighter; - margin: 0 1em; + margin: 0 1em 1em 1em; padding: 0 1em; -webkit-font-smoothing: antialiased; } diff --git a/templates/themes/mosaic/theme.less b/templates/themes/mosaic/theme.less index 0989d2b..67fa1db 100644 --- a/templates/themes/mosaic/theme.less +++ b/templates/themes/mosaic/theme.less @@ -38,6 +38,7 @@ body { font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: lighter; + margin-bottom: 1em; } a {