Skip to content

Commit

Permalink
Increase articles font size
Browse files Browse the repository at this point in the history
  • Loading branch information
goestreicher committed Dec 16, 2016
1 parent dedbab9 commit 742e7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qml/pages/ArticlePage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Page {
"<html>" +
"<head>" +
"<style type=\"text/css\">" +
"article { font-family: sans-serif; font-size: 12px; }" +
"article h1 { font-size: 24px; }" +
"article { font-family: sans-serif; font-size: 16px; }" +
"article h1 { font-size: 32px; }" +
"</style>" +
"</head>" +
"<body>" +
Expand Down

0 comments on commit 742e7ff

Please sign in to comment.