aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme-enlarge.css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-07-17 16:28:52 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-07-17 16:28:52 -0700
commit3e7de572d153d91a691c9792c8d3611e0bb8b00f (patch)
tree5407033597f214f41da9ddb44ffeae6fb012c358 /source/css/theme-enlarge.css
parenteffd834bd74c3b6a25ebaf59adcab6bd6d29cbdc (diff)
downloadmy_new_personal_website-3e7de572d153d91a691c9792c8d3611e0bb8b00f.tar.xz
my_new_personal_website-3e7de572d153d91a691c9792c8d3611e0bb8b00f.zip
design mobile and narrow window friendly theme
Tested on iPhone 6 Plus (both portrait and landscape).
Diffstat (limited to 'source/css/theme-enlarge.css')
-rw-r--r--source/css/theme-enlarge.css8
1 files changed, 8 insertions, 0 deletions
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;
+}