aboutsummaryrefslogtreecommitdiff
path: root/source/css/theme-wide.css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-07-26 18:55:25 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-07-26 18:55:25 -0700
commitb89ff82dad44b4a6a87e62dff3c71bcb7ea3cca3 (patch)
treebb28ba261c8004b5842fb1cf94cb25028fdc1223 /source/css/theme-wide.css
parent1058dcab20b3a4ab5bd48097978c2a2931fff722 (diff)
downloadmy_new_personal_website-b89ff82dad44b4a6a87e62dff3c71bcb7ea3cca3.tar.xz
my_new_personal_website-b89ff82dad44b4a6a87e62dff3c71bcb7ea3cca3.zip
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).
Diffstat (limited to 'source/css/theme-wide.css')
-rw-r--r--source/css/theme-wide.css4
1 files changed, 4 insertions, 0 deletions
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%;
+}