diff options
Diffstat (limited to 'theme/stylesheets/website/body.less')
-rwxr-xr-x | theme/stylesheets/website/body.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/stylesheets/website/body.less b/theme/stylesheets/website/body.less index 9c0340f..63cf8f1 100755 --- a/theme/stylesheets/website/body.less +++ b/theme/stylesheets/website/body.less @@ -37,7 +37,8 @@ background: @page-background; border-radius: 2px; - line-height: 1.5em; + line-height: @content-line-height; + font-size: @default-font-size; } .btn-group { |