diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base.less | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/themes/base.less b/themes/base.less index f105377f..713119ff 100644 --- a/themes/base.less +++ b/themes/base.less @@ -11,7 +11,14 @@ body { } .first { - margin-top: 20px; + margin-top: 30px; +} + +.text-big { + display: block; + font-size: 30px; + line-height: 30px; + margin: 0px; } .panel-primary .panel-heading a { |