diff --git a/themes/lhs/assets/sass/leighhack.scss b/themes/lhs/assets/sass/leighhack.scss index 2beca00..c65f57c 100644 --- a/themes/lhs/assets/sass/leighhack.scss +++ b/themes/lhs/assets/sass/leighhack.scss @@ -237,8 +237,12 @@ address { padding:2em 0; } + &-price { + line-height: 1; + } + &-description { - min-height: 180px; + min-height: 120px; } } diff --git a/themes/lhs/layouts/shortcodes/memberships.html b/themes/lhs/layouts/shortcodes/memberships.html index e1cf6d6..92c33bd 100644 --- a/themes/lhs/layouts/shortcodes/memberships.html +++ b/themes/lhs/layouts/shortcodes/memberships.html @@ -4,9 +4,9 @@

{{ .name }}

-
£{{ .price }}
-
{{ default "per month" .period }}
-
+
£{{ .price }}
+
{{ default "per month" .period }}
+

{{ .description }}