Skip to content

Commit c5b151f

Browse files
committed
Sidebar fixes
1 parent eebdfea commit c5b151f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ relative_permalinks: true
99
# Setup
1010
title: messageformat.js
1111
tagline: 'ICU MessageFormat for Javascript'
12-
description: 'Gender- and plural-capable JavaScript messages using ICU MessageFormat'
12+
description: 'Gender- and plural-capable messages using ICU MessageFormat'
1313
url: http://messageformat.githu.io
1414
baseurl: /
1515

public/css/hyde.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ html {
8080
color: #fff;
8181
margin-top: 0;
8282
font-family: "Abril Fatface", serif;
83-
font-size: 3.25rem;
83+
font-size: 1.6rem;
84+
}
85+
.sidebar .lead {
86+
font-size: 1.1rem;
8487
}
8588

8689
/* Sidebar nav */

0 commit comments

Comments
 (0)