From 3e7de572d153d91a691c9792c8d3611e0bb8b00f Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 17 Jul 2015 16:28:52 -0700 Subject: design mobile and narrow window friendly theme Tested on iPhone 6 Plus (both portrait and landscape). --- source/css/theme-enlarge.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 source/css/theme-enlarge.css (limited to 'source/css/theme-enlarge.css') diff --git a/source/css/theme-enlarge.css b/source/css/theme-enlarge.css new file mode 100644 index 00000000..7fbfb203 --- /dev/null +++ b/source/css/theme-enlarge.css @@ -0,0 +1,8 @@ +body { + font-size: 20pt; +} + +nav div.logo { + height: 300px; + width: 300px; +} -- cgit v1.2.1