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