diff options
Diffstat (limited to 'app/assets/stylesheets/main/layout.css.scss')
| -rw-r--r-- | app/assets/stylesheets/main/layout.css.scss | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/app/assets/stylesheets/main/layout.css.scss b/app/assets/stylesheets/main/layout.css.scss index f55a7c90f..90da0cc6d 100644 --- a/app/assets/stylesheets/main/layout.css.scss +++ b/app/assets/stylesheets/main/layout.css.scss @@ -27,13 +27,20 @@ ol.breadcrumb{ img { height: 40px; } + + .brand_name{ + margin-left: 3px; + margin-right: 3px; + font-size: 20px; + font-family: monospace; + font-weight: bold; + } .version - { - margin-left: 3px; + { vertical-align: text-top; color: white; - font-size: 13px; + font-size: 12px; } } |
