From b89ff82dad44b4a6a87e62dff3c71bcb7ea3cca3 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 26 Jul 2015 18:55:25 -0700 Subject: adjust content width for different window widths New: * Greater than 1440px: load theme-wide.css, content width: 50%; * Between 1024 and 1440px: standard theme.css, content width: 60%; * Lower than 1024px: load theme-narrow.css, content width: 90% (and floating nav element moves up to page top to make space). --- source/css/theme-wide.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 source/css/theme-wide.css (limited to 'source/css/theme-wide.css') diff --git a/source/css/theme-wide.css b/source/css/theme-wide.css new file mode 100644 index 00000000..e981c014 --- /dev/null +++ b/source/css/theme-wide.css @@ -0,0 +1,4 @@ +article { + width: 50%; + left: 25%; +} -- cgit v1.2.1