Fix item list font sizes

This commit is contained in:
Kovid Goyal 2017-05-10 16:46:17 +05:30
parent 4eaebb2093
commit 65fd14da63
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -41,6 +41,6 @@ def get_color(name):
def get_font_size(name):
return {
'title': '1.4rem',
'item-list-title': '1.2rem',
'item-list-subtitle': '0.8 rem',
'item-list-title': '1.1rem',
'item-list-subtitle': '0.8rem',
}[name]