diff options
Diffstat (limited to 'assets/css/header.css')
-rw-r--r-- | assets/css/header.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/header.css b/assets/css/header.css index c8b820d1..218d4949 100644 --- a/assets/css/header.css +++ b/assets/css/header.css @@ -60,7 +60,8 @@ nav .active a { .page-header h2 { margin: 0; padding: 0; - font-size: 140%; + font-size: 1.4em; + font-weight: bold; border-bottom: 1px dotted #ccc; } |