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 {